Skip to content

Commit

Permalink
will this work
Browse files Browse the repository at this point in the history
  • Loading branch information
pnxenopoulos committed Jun 21, 2024
1 parent b782865 commit affc80e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Test
shell: bash
run: |
poetry run coverage run -m pytest --durations=10
poetry run coverage run -m pytest --durations=10 -s --traceconfig
poetry run coverage report -m
# - name: Archive code coverage results
Expand Down
1 change: 0 additions & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from click.testing import CliRunner

from awpy.cli import parse
from conftest import setup # Import the setup fixture


class TestCommandLine:
Expand Down
1 change: 0 additions & 1 deletion tests/test_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import pytest

from awpy.demo import Demo
from conftest import setup # Import the setup fixture


class TestDemo:
Expand Down
1 change: 0 additions & 1 deletion tests/test_parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from demoparser2 import DemoParser

from awpy.parsers import parse_damages, parse_kills, parse_rounds, remove_nonplay_ticks
from conftest import setup # Import the setup fixture


@pytest.fixture(scope="class")
Expand Down

0 comments on commit affc80e

Please sign in to comment.