Skip to content

Commit a5c3377

Browse files
committed
clarify testing instructions
1 parent 20ffdcb commit a5c3377

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

api/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ To install dev dependencies, run `make install`.
1111

1212
To run linters, run `make lint`.
1313

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.
1517

1618
To prepare a dev database, run `make docker-up django-migrate`.
1719

0 commit comments

Comments
 (0)