Skip to content

Commit 78a3af3

Browse files
authored
test: split the backend suite by domain; CI discovers tests/backend (#141)
1 parent 47e0d96 commit 78a3af3

12 files changed

Lines changed: 8475 additions & 8224 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: ${{ matrix.python-version }}
2424
- if: matrix.crypto == 'with'
2525
run: pip install 'cryptography>=42'
26-
- run: python test_server.py -v
26+
- run: python -m unittest discover -s tests/backend -t . -v
2727

2828
frontend:
2929
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)