running tests directly instead of via scripts.py

This commit is contained in:
andy 2021-02-07 15:15:36 +00:00
parent b6a74f7b45
commit f671027974

View File

@ -24,4 +24,4 @@ jobs:
poetry-version: ${{ matrix.poetry-version }} poetry-version: ${{ matrix.poetry-version }}
- name: Run tests with pytest # test script - name: Run tests with pytest # test script
run: poetry run test run: poetry run python -m unittest discover -s tests