File: pytest.ini

package info (click to toggle)
python-pytest-venv 0.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: python: 181; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 139 bytes parent folder | download
1
2
3
4
5
6
7
[pytest]
python_files = test_*.py
testpaths =
    src/pytest_venv
    tests
markers =
    needs_network: This test requires network access