From 4b4b5c4b66bfb41bdcf7d05dee31065595038147 Mon Sep 17 00:00:00 2001 From: Askill Date: Wed, 17 Jul 2024 19:55:36 +0200 Subject: [PATCH] simplified test output --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 04ea076..cc5e51b 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -32,4 +32,4 @@ jobs: pip install -r requirements.txt pip install pytest==8.2.2 - pytest tests/watcher_test.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html \ No newline at end of file + pytest tests/watcher_test.py \ No newline at end of file