pytest.ini 219 B

12345
  1. # Restrict root collection to SDK tests; recursive collection can include
  2. # ignored worktrees or venvs and collide on same-named modules.
  3. [pytest]
  4. testpaths = python/sdk/tests
  5. norecursedirs = node_modules .git dist-exe