refactor: update methods to include show_sender parameter and clean up tests

This commit is contained in:
bohd4nx
2026-03-14 01:34:51 +02:00
parent 6c869428aa
commit 4e017cb7a1
11 changed files with 26 additions and 52 deletions
-8
View File
@@ -28,12 +28,4 @@ jobs:
COOKIES_JSON: ${{ secrets.COOKIES_JSON }}
- name: Run tests
if: github.ref != 'refs/heads/master'
run: pytest --ignore=tests/003_test_integration.py
- name: Run tests (master — full suite)
if: github.ref == 'refs/heads/master'
run: pytest
env:
SEED: ${{ secrets.SEED }}
API_KEY: ${{ secrets.API_KEY }}