feat: adding automatic setup pre-moderated cards

Use _add_base_cards to create or use already created cards
This commit is contained in:
IgorVolochay
2025-03-04 17:20:08 +03:00
parent f147512d60
commit 62d085b898
4 changed files with 228 additions and 1 deletions
+3 -1
View File
@@ -52,6 +52,8 @@ jobs:
run: |
pip install pytest==8.3.4 pytest-asyncio==0.25.3 httpx==0.28.1
pip install -r requirements.txt
- name: Setup moderated base cards
working-directory: ./app/tools
run: python3 _add_base_cards.py -a 2 -f data/base_cards.json
- name: Run pytest
run: pytest -vs