Skip to content

Commit

Permalink
chore(#1): test discovery with pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Apr 16, 2024
1 parent 266ffba commit 7e26b9a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/py.yml
Expand Up @@ -51,7 +51,7 @@ jobs:
pip install -r requirements.txt
- name: pytest
run: |
pytest
pytest tests
- name: pylint
run: |
pylint $(git ls-files '*.py')
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
@@ -1,2 +1,3 @@
typer==0.3.2
pytest==6.2.4
colorama==0.4.4
File renamed without changes.

0 comments on commit 7e26b9a

Please sign in to comment.