.gitignore
.travis.yml
CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.md
pytest.ini
requirements.txt
setup.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/reference.rst
example/example_basic.ipynb
example/example_helper.py
example/example_python.ipynb
example/tree_graph.png
tcs_protowhat/Feedback.py
tcs_protowhat/Reporter.py
tcs_protowhat/State.py
tcs_protowhat/Test.py
tcs_protowhat/__init__.py
tcs_protowhat/failure.py
tcs_protowhat/sct_context.py
tcs_protowhat/sct_syntax.py
tcs_protowhat/selectors.py
tcs_protowhat/utils.py
tcs_protowhat/utils_ast.py
tcs_protowhat/utils_messaging.py
tcs_protowhat.egg-info/PKG-INFO
tcs_protowhat.egg-info/SOURCES.txt
tcs_protowhat.egg-info/dependency_links.txt
tcs_protowhat.egg-info/requires.txt
tcs_protowhat.egg-info/top_level.txt
tcs_protowhat/checks/__init__.py
tcs_protowhat/checks/check_bash_history.py
tcs_protowhat/checks/check_files.py
tcs_protowhat/checks/check_funcs.py
tcs_protowhat/checks/check_logic.py
tcs_protowhat/checks/check_simple.py
tests/__init__.py
tests/helper.py
tests/test_check_bash_history.py
tests/test_check_files.py
tests/test_check_logic.py
tests/test_check_simple.py
tests/test_failure.py
tests/test_reporter.py
tests/test_sct_context.py
tests/test_sct_syntax.py
tests/test_selectors.py
tests/test_state.py
tests/test_utils.py
tests/test_utils_ast.py
tests/test_utils_messaging.py