Skip to content

Commit 028510d

Browse files
committed
Use extra pytest arguments forwarded from shell.
fastapi/full-stack-fastapi-template#17
1 parent 976aad9 commit 028510d

File tree

2 files changed

+2684
-2684
lines changed

2 files changed

+2684
-2684
lines changed

backend/app/tests-start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ set -e
33

44
python /app/app/tests_pre_start.py
55

6-
pytest /app/app/tests/
6+
pytest $* /app/app/tests/

0 commit comments

Comments
 (0)