.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/errors.py
scanapi/reporter.py
scanapi/requests_maker.py
scanapi/settings.py
scanapi/yaml_loader.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/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/api_node.py
scanapi/tree/api_tree.py
scanapi/tree/endpoint_node.py
scanapi/tree/request_node.py
scanapi/tree/root_node.py
scanapi/tree/tree_keys.py
tests/__init__.py
tests/conftest.py
tests/data/specs/invalid/method_not_allowed.yaml
tests/data/specs/with_endpoints/get_with_header_body_params.yaml
tests/data/specs/with_endpoints/get_with_root_requests.yaml
tests/data/specs/with_endpoints/minimal_get.yaml
tests/data/specs/without_endpoints/minimal_get.yaml
tests/functional/__init__.py
tests/functional/features/call_requests.feature
tests/functional/step_defs/__init__.py
tests/functional/step_defs/test_call_requests.py
tests/unit/factories.py
tests/unit/test_reporter.py
tests/unit/test_request_maker.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/test_api_node.py
tests/unit/tree/test_api_tree.py
tests/unit/tree/test_endpoint_node.py