Accelerate Tests

- add only pytest to the circleci for testing it
This commit is contained in:
Ömer Faruk Özdemir 2022-02-08 20:35:11 +03:00
parent cbb0a8d79c
commit 8e9322986d

View File

@ -40,11 +40,11 @@ jobs:
- run:
command: |
. venv/bin/activate
python -m pytest
python -m pytest test/local
- run:
command: |
. venv/bin/activate
coverage run -m pytest
coverage run -m pytest test
coverage xml
- codecov/upload:
file: 'coverage.xml'