Skip to content

Commit

Permalink
move test dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabbawukis committed Oct 10, 2024
1 parent 01a08bd commit 7d1d2f9
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Run tests
run: |
pytest src/tests
pytest tests
- name: Run pylint
run: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ help:
## run-workflow: Run the workflow pipeline locally for quick evaluation.
.PHONY: run-workflow
run-workflow:
pytest src/tests/
pytest tests/
black src/
pylint src/
Empty file removed src/tests/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7d1d2f9

Please sign in to comment.