.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
Dockerfile
LICENSE
README.md
pytest.ini
setup.py
.circleci/config.yml
images/overview.png
images/scanapi-report-example.png
scanapi/__init__.py
scanapi/config_loader.py
scanapi/errors.py
scanapi/reporter.py
scanapi/settings.py
scanapi/utils.py
scanapi.egg-info/PKG-INFO
scanapi.egg-info/SOURCES.txt
scanapi.egg-info/dependency_links.txt
scanapi.egg-info/entry_points.txt
scanapi.egg-info/not-zip-safe
scanapi.egg-info/requires.txt
scanapi.egg-info/top_level.txt
scanapi/evaluators/__init__.py
scanapi/evaluators/code_evaluator.py
scanapi/evaluators/spec_evaluator.py
scanapi/evaluators/string_evaluator.py
scanapi/templates/console.jinja
scanapi/templates/html.jinja
scanapi/templates/markdown.jinja
scanapi/tree/__init__.py
scanapi/tree/endpoint_node.py
scanapi/tree/request_node.py
scanapi/tree/tree_keys.py
tests/__init__.py
tests/conftest.py
tests/unit/__init__.py
tests/unit/test_config_loader.py
tests/unit/test_reporter.py
tests/unit/test_settings.py
tests/unit/test_utils.py
tests/unit/evaluators/__init__.py
tests/unit/evaluators/test_code_evaluator.py
tests/unit/evaluators/test_spec_evaluator.py
tests/unit/evaluators/test_string_evaluator.py
tests/unit/tree/__init__.py
tests/unit/tree/test_endpoint_node.py
tests/unit/tree/test_request_node.py