Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb committed Jul 10, 2024
1 parent 6b74721 commit d383425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
pip freeze
- name: Tests
run: pytest
run: |
cd tests && python3 test_all.py
deploy:

Expand Down
22 changes: 0 additions & 22 deletions tests/test_rest.py

This file was deleted.

0 comments on commit d383425

Please sign in to comment.