tests: add some initial run_test() utilities

This commit is contained in:
Aleix Conchillo Flaqué
2025-01-20 17:41:21 -08:00
parent e3d53d3d9a
commit 090bc81ec5
13 changed files with 185 additions and 8 deletions

View File

@@ -49,4 +49,4 @@ jobs:
- name: Test with pytest
run: |
source .venv/bin/activate
pytest --ignore-glob="*to_be_updated*" --ignore-glob=*pipeline_source* src tests
pytest