We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f59893 commit aa92281Copy full SHA for aa92281
.circleci/config.yml
@@ -48,7 +48,7 @@ jobs:
48
name: run tests
49
command: |
50
. venv/bin/activate
51
- python manage.py test
+ pytest test
52
53
- store_artifacts:
54
path: test-reports
README.md
@@ -1,2 +1,5 @@
1
# python-demandapi-client
2
A Python client library for the Dynata Demand API
3
+
4
+# Testing
5
+Use the command `pytest tests` to run the tests for this project.
0 commit comments