.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/ci.yml
.github/workflows/publish.yml
pytest_web/__init__.py
pytest_web/_version.py
pytest_web/build.py
pytest_web/cli.py
pytest_web/plugin.py
pytest_web/py.typed
pytest_web/server.py
pytest_web.egg-info/PKG-INFO
pytest_web.egg-info/SOURCES.txt
pytest_web.egg-info/dependency_links.txt
pytest_web.egg-info/entry_points.txt
pytest_web.egg-info/requires.txt
pytest_web.egg-info/top_level.txt
pytest_web/static/app.js
pytest_web/static/index.html
pytest_web/static/styles.css