- refactor
- change config from config.ini to config.json
This commit is contained in:
EstrellaXD
2023-03-04 20:18:31 +08:00
parent a7735ac366
commit 131682756e
49 changed files with 241 additions and 454 deletions

View File

@@ -28,6 +28,4 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test
run: |
cd src
python -m unittest discover tests
run: python -m unittest discover tests