Skip to content

Group common auth and ID tests into superclasses #4

Group common auth and ID tests into superclasses

Group common auth and ID tests into superclasses #4

Workflow file for this run

name: unittest
on:
pull_request:
push:
branches: [main]
jobs:
unittest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- run: |
cd server
python -m pip install -r requirements.txt
- run: |
cd server
python -m unittest discover -v