Skip to content

Commit

Permalink
Ignore test_cli in test task
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Apr 27, 2023
1 parent ba28791 commit 6a63254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ lint:
flake8 logya tests

test:
pytest tests/
pytest -k 'not cli' tests/

coverage:
pytest --cov=logya tests/
Expand Down

0 comments on commit 6a63254

Please sign in to comment.