LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
pythonwhat/State.py
pythonwhat/Test.py
pythonwhat/__init__.py
pythonwhat/converters.py
pythonwhat/feedback.py
pythonwhat/local.py
pythonwhat/parsing.py
pythonwhat/probe.py
pythonwhat/sct_syntax.py
pythonwhat/signatures.py
pythonwhat/tasks.py
pythonwhat/test_exercise.py
pythonwhat/utils.py
pythonwhat/utils_ast.py
pythonwhat/utils_env.py
pythonwhat.egg-info/PKG-INFO
pythonwhat.egg-info/SOURCES.txt
pythonwhat.egg-info/dependency_links.txt
pythonwhat.egg-info/requires.txt
pythonwhat.egg-info/top_level.txt
pythonwhat/checks/__init__.py
pythonwhat/checks/check_funcs.py
pythonwhat/checks/check_function.py
pythonwhat/checks/check_has_context.py
pythonwhat/checks/check_logic.py
pythonwhat/checks/check_object.py
pythonwhat/checks/check_wrappers.py
pythonwhat/checks/has_funcs.py
pythonwhat/test_funcs/__init__.py
pythonwhat/test_funcs/test_compound_statement.py
pythonwhat/test_funcs/test_function.py
pythonwhat/test_funcs/test_object.py
pythonwhat/test_funcs/test_object_accessed.py
pythonwhat/test_funcs/utils.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_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