.coveragerc
.gitignore
.readthedocs.yml
.travis.yml
CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.md
pytest.ini
requirements.txt
setup.py
docs/Makefile
docs/conf.py
docs/data_to_doc.py
docs/glossary.rst
docs/index.rst
docs/reference.rst
docs/tests.rst
docs/articles/checking_compound_statements.rst
docs/articles/checking_function_calls.rst
docs/articles/checking_through_string_matching.rst
docs/articles/electives.rst
docs/articles/expression_tests.rst
docs/articles/make_your_sct_robust.rst
docs/articles/processes.rst
docs/articles/single_process_exercise.rst
docs/articles/test_to_check.rst
docs/articles/tutorial.rst
docs/old/test_object_accessed.md
tcs_pythonwhat/State.py
tcs_pythonwhat/Test.py
tcs_pythonwhat/__init__.py
tcs_pythonwhat/converters.py
tcs_pythonwhat/feedback.py
tcs_pythonwhat/local.py
tcs_pythonwhat/parsing.py
tcs_pythonwhat/probe.py
tcs_pythonwhat/sct_syntax.py
tcs_pythonwhat/signatures.py
tcs_pythonwhat/tasks.py
tcs_pythonwhat/test_exercise.py
tcs_pythonwhat/utils.py
tcs_pythonwhat/utils_ast.py
tcs_pythonwhat/utils_env.py
tcs_pythonwhat.egg-info/PKG-INFO
tcs_pythonwhat.egg-info/SOURCES.txt
tcs_pythonwhat.egg-info/dependency_links.txt
tcs_pythonwhat.egg-info/requires.txt
tcs_pythonwhat.egg-info/top_level.txt
tcs_pythonwhat/checks/__init__.py
tcs_pythonwhat/checks/check_funcs.py
tcs_pythonwhat/checks/check_function.py
tcs_pythonwhat/checks/check_has_context.py
tcs_pythonwhat/checks/check_logic.py
tcs_pythonwhat/checks/check_object.py
tcs_pythonwhat/checks/check_wrappers.py
tcs_pythonwhat/checks/has_funcs.py
tcs_pythonwhat/test_funcs/__init__.py
tcs_pythonwhat/test_funcs/test_compound_statement.py
tcs_pythonwhat/test_funcs/test_function.py
tcs_pythonwhat/test_funcs/test_object.py
tcs_pythonwhat/test_funcs/test_object_accessed.py
tcs_pythonwhat/test_funcs/utils.py
tests/__init__.py
tests/conftest.py
tests/helper.py
tests/run.py
tests/test_ast_operations.py
tests/test_author_warnings.py
tests/test_check_class_def.py
tests/test_check_files.py
tests/test_check_function.py
tests/test_check_function_def.py
tests/test_check_if_else.py
tests/test_check_list_comp.py
tests/test_check_logic.py
tests/test_check_object.py
tests/test_check_try_except.py
tests/test_converters.py
tests/test_debug.py
tests/test_debug_exercises.json
tests/test_docs.py
tests/test_has_chosen.py
tests/test_has_code.py
tests/test_has_expr.py
tests/test_has_import.py
tests/test_has_no_error.py
tests/test_has_output.py
tests/test_has_printout.py
tests/test_highlighting.py
tests/test_local.py
tests/test_messaging.py
tests/test_set_context.py
tests/test_set_env.py
tests/test_signatures.py
tests/test_spec.py
tests/test_state.py
tests/test_test_compound_statement.py
tests/test_test_exercise.py
tests/test_test_object_accessed.py
tests/test_test_with.py
tests/test_utils.py
tests/test_v2_only.py