Fix "ERROR: file or directory not found: tests.py"

This commit is contained in:
Vladyslav Hroshev
2023-12-09 20:10:10 +02:00
parent 27b6574829
commit bdd74f94bf
2 changed files with 1 additions and 1 deletions

View File

@@ -40,4 +40,4 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest - name: Test with pytest
run: | run: |
pytest tests.py pytest scripts/tests.py

0
scripts/__init__.py Normal file
View File