LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/CONTRIBUTING.md
docs/ESTRUTURA.md
docs/TROUBLESHOOTING.md
docs/USAGE.md
src/__init__.py
src/runner/__init__.py
src/runner/config.py
src/runner/emailer.py
src/runner/reporting.py
src/runner/run.py
src/runner/templates/report_template.html.j2
src/ucloud_newman_runner.egg-info/PKG-INFO
src/ucloud_newman_runner.egg-info/SOURCES.txt
src/ucloud_newman_runner.egg-info/dependency_links.txt
src/ucloud_newman_runner.egg-info/entry_points.txt
src/ucloud_newman_runner.egg-info/requires.txt
src/ucloud_newman_runner.egg-info/top_level.txt
src/utils/__init__.py
tests/test_config.py
tests/test_emailer.py
tests/test_reporting.py
tests/test_run.py
tests/test_runner_integration.py