Skip to content

Commit 77e29ca

Browse files
committed
Restrict root pytest to test/
1 parent 82ac98b commit 77e29ca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ ignore = [
1717
[tool.ruff.lint.isort]
1818
force-single-line = true
1919
known-first-party = ["catalog", "mujoco_menagerie"]
20+
21+
[tool.pytest.ini_options]
22+
testpaths = ["test"]

0 commit comments

Comments
 (0)