Skip to content

Commit

Permalink
We cannot yet use PyTest
Browse files Browse the repository at this point in the history
The name of the (single) test script doesn't adhere to `pytest` standards, so it is not found.
At the same time, there are a few Python files named "test*.py" that contain currently failing tests.
This needs to be fixed in a different PR.
  • Loading branch information
gmloose committed Jul 9, 2024
1 parent 2aa950b commit 0599fb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
- name: Install
run: pip install .
- name: Test
run: pytest -sv tools/losoto_test.py
# We cannot yet use `pytest`; requires different test file names
run: python tools/losoto_test.py

0 comments on commit 0599fb9

Please sign in to comment.