Skip to content

Commit fb7d423

Browse files
committed
Fixed pytest command in circleci config.
1 parent 314382c commit fb7d423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
name: run tests
4949
command: |
5050
. venv/bin/activate
51-
pytest test
51+
pytest tests
5252
5353
- store_artifacts:
5454
path: test-reports

0 commit comments

Comments
 (0)