Change test.py to tests.py

This commit is contained in:
David PAGNON 2024-04-15 11:02:22 +02:00 committed by GitHub
parent f96b6166b5
commit 9dc37bb1b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,4 +56,4 @@ jobs:
- name: Test with pytest
run: |
cd Pose2Sim/S00_Demo_Session
pytest -v test.py
pytest -v tests.py