README.md
setup.py
python_testing_crawler/__init__.py
python_testing_crawler/clients.py
python_testing_crawler/constants.py
python_testing_crawler/crawler.py
python_testing_crawler/exn.py
python_testing_crawler/graph.py
python_testing_crawler/rules.py
python_testing_crawler/utils.py
python_testing_crawler.egg-info/PKG-INFO
python_testing_crawler.egg-info/SOURCES.txt
python_testing_crawler.egg-info/dependency_links.txt
python_testing_crawler.egg-info/requires.txt
python_testing_crawler.egg-info/top_level.txt
tests/__init__.py
tests/example_rules.py
tests/test_crawler.py
tests/test_django.py
tests/test_flask_external.py
tests/test_flask_infinite.py
tests/test_flask_test_app.py
tests/webapps/__init__.py
tests/webapps/django/__init__.py
tests/webapps/django/tutorial_mysite/__init__.py
tests/webapps/django/tutorial_mysite/manage.py
tests/webapps/django/tutorial_mysite/mysite/__init__.py
tests/webapps/django/tutorial_mysite/mysite/settings.py
tests/webapps/django/tutorial_mysite/mysite/urls.py
tests/webapps/django/tutorial_mysite/mysite/wsgi.py
tests/webapps/django/tutorial_mysite/polls/__init__.py
tests/webapps/django/tutorial_mysite/polls/admin.py
tests/webapps/django/tutorial_mysite/polls/apps.py
tests/webapps/django/tutorial_mysite/polls/models.py
tests/webapps/django/tutorial_mysite/polls/urls.py
tests/webapps/django/tutorial_mysite/polls/views.py
tests/webapps/django/tutorial_mysite/polls/migrations/0001_initial.py
tests/webapps/django/tutorial_mysite/polls/migrations/__init__.py
tests/webapps/flask/__init__.py
tests/webapps/flask/app.py
tests/webapps/flask_external/__init__.py
tests/webapps/flask_external/app.py
tests/webapps/flask_infinite/__init__.py
tests/webapps/flask_infinite/app.py