move src/dailyai/tests to tests

This commit is contained in:
Aleix Conchillo Flaqué
2024-03-19 14:57:50 -07:00
parent 5fc21a7508
commit 16257f8ec0
11 changed files with 18 additions and 1 deletions

View File

@@ -40,4 +40,4 @@ jobs:
- name: Test with pytest
run: |
pip install pytest
pytest --doctest-modules --ignore-glob="*to_be_updated*" src/dailyai
pytest --doctest-modules --ignore-glob="*to_be_updated*" src tests