Skip to content

Commit aa92281

Browse files
committed
Added test information to README. Updated circleci config.
1 parent 3f59893 commit aa92281

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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-
python manage.py test
51+
pytest test
5252
5353
- store_artifacts:
5454
path: test-reports

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# python-demandapi-client
22
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

Comments
 (0)