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: api/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,9 @@ To install dev dependencies, run `make install`.
11
11
12
12
To run linters, run `make lint`.
13
13
14
-
To run tests, run `make docker-up test`.
14
+
To run tests, run `make test`.
15
+
16
+
To run a subset of tests or an individual test, run `make test opts='<pytest args>'`. If the number of test is too low for xdist, consider adding `-n0` to pytest args.
15
17
16
18
To prepare a dev database, run `make docker-up django-migrate`.
0 commit comments