You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,29 @@
1
1
# Agent Instructions
2
2
3
+
## Tox
4
+
5
+
- Always run tox from the main `.venv`
6
+
- If there is no `tox.venv`, create one with `python -m venv tox.venv`, active it and run `pip install tox`
7
+
3
8
## Package Manager
4
9
5
10
Use **tox** for testing (not pytest directly):
6
-
- Always run tox from the main `.venv`. If there is no `.venv`, create it and install `pip install -r requirements-lint.txt -r requirements-test.txt tox`
0 commit comments