Skip to content

Fix(server): TTTK-51 Corrected type errors and added conection close … #55

Fix(server): TTTK-51 Corrected type errors and added conection close …

Fix(server): TTTK-51 Corrected type errors and added conection close … #55

Workflow file for this run

name: Python Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
- name: Install requirements
run: pip install -r requirements.txt
- name: Run tests
run: python -m unittest