Skip to content

Commit

Permalink
Add poetry fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Cypher1 authored and radoering committed Feb 6, 2024
1 parent 41a2922 commit afce28d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/console/commands/test_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ def test_update_prints_operations(
assert ("Installing docker (4.3.1)" in output) is expected


@pytest.fixture()
def test_update_sync_option_is_passed_to_the_installer(
command_tester_factory: CommandTesterFactory, mocker: MockerFixture
poetry_with_outdated_lockfile: Poetry,
command_tester_factory: CommandTesterFactory,
mocker: MockerFixture,
) -> None:
"""
The --sync option is passed properly to the installer from update.
Expand Down

0 comments on commit afce28d

Please sign in to comment.