Skip to content

Commit dd75c3d

Browse files
committed
ci(tests): migrate to pytest
1 parent a5c5dda commit dd75c3d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
run: pip install -r requirements_test.txt
3838

3939
- name: Run ${{ matrix.type }} tests
40-
run: python -m unittest discover -s tests/${{ matrix.type }} -v
40+
run: pytest tests/${{ matrix.type }}

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[pytest]
2+
addopts = -v

0 commit comments

Comments
 (0)