• This project
    • Loading...
  • Sign in

万朱浩 / Venue-Ops

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • Venue-Ops
  • pytest.ini
  • refactor: reorganize venue ops platform structure · ed116dc2
    ed116dc2 Browse Files
    Avolons authored 2026-04-28 14:01:39 +0800
pytest.ini 209 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
[pytest]
testpaths =
    tests/unit
    tests/integration
    tests/e2e
python_files = test_*.py *_test.py
addopts = -ra
norecursedirs =
    .git
    __pycache__
    vendor
    var
    node_modules
    static