Skip to content

Commit

Permalink
fix paths ...
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzoic committed Nov 8, 2023
1 parent efa4dd4 commit 886cd85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: sudo apt install xvfb
- run: pip install --upgrade pip
- run: pip install .[dev]
# - run: xvfb-run pytest tests/
- run: xvfb-run pytest tests/

run-tests-ubuntu-22_04-python-3_10-with-coverage:
runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""

def test_command_invocation():
countess_cmd(["countess_cmd", "simple.ini"])
countess_cmd(["countess_cmd", "tests/simple.ini"])

with open("tests/output.csv", "r") as fh:
output = fh.read()
Expand Down

0 comments on commit 886cd85

Please sign in to comment.