Skip to content

Commit 1120f5f

Browse files
authored
test: switch from unittest discover to pytest for test execution (#1222)
1 parent c8937ce commit 1120f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ test:
5555
for lib in $(LIBRARIES); do \
5656
cd ${WORKDIR}/$$lib && \
5757
poetry install && \
58-
poetry run python -m unittest discover -s tests -v; \
58+
poetry run pytest -v; \
5959
done
6060

6161
publish: install-dependencies

0 commit comments

Comments
 (0)