Skip to content

Commit

Permalink
Fixed python test
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkc committed May 6, 2024
1 parent fe2caeb commit 750e8cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
pip install ./api[test]
- name: Test API with pytest & coveralls
run: |
pytest --cov ./api
pytest --cov ./api/tests
coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion api/tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import pytest

from app.io import _get_filepath
from app.io.coverage import _get_filepath


def test_get_filepath():
Expand Down

0 comments on commit 750e8cd

Please sign in to comment.