Skip to content

Commit

Permalink
tox only test_pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
AAitorG committed Mar 5, 2025
1 parent e7b267a commit fd22c6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/napari_dinosim/_tests/test_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ def run_worker_sync(worker):
pass


@pytest.fixture
def qtbot(qtbot):
return qtbot


# Fixture for mocked viewer
@pytest.fixture
def mock_viewer():
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ passenv =
QT_QPA_PLATFORM
PYTEST_QT_API

commands = pytest -v --color=yes --cov=napari_dinosim --cov-report=xml
commands = pytest -v --color=yes --cov=napari_dinosim --cov-report=xml _tests/test_pipeline.py

0 comments on commit fd22c6f

Please sign in to comment.