From 0e81cef77877280cb6abc2caaa2d629363252926 Mon Sep 17 00:00:00 2001 From: lonnen Date: Sat, 15 Jun 2024 21:00:52 -0700 Subject: [PATCH] use unittest instead of pytest --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d6d219f..0c468ff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,4 +24,4 @@ jobs: pip install '.[test]' - name: Run tests run: | - pytest \ No newline at end of file + coverage run --include="oops_all_itertools/*.py" -m unittest \ No newline at end of file