Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 2b6cab1

Browse files
author
Charlie
committed
pytest
1 parent 4c4a3b8 commit 2b6cab1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/django.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
pip install -r requirements.txt
2929
working-directory: ./CargoHub
3030

31-
- name: Run Tests
31+
- name: Test with pytest
3232
run: |
33-
python manage.py test
33+
pytest
34+
pytest --cov --cov-report term --cov-report xml:coverage.xml
3435
working-directory: ./CargoHub

requirements.txt

108 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)