We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d161abd commit 6cca81eCopy full SHA for 6cca81e
tests/test_shell_command.py
@@ -95,7 +95,6 @@ def test_is_not_venv(tester: CommandTester, mocker: MockerFixture) -> None:
95
mocker.patch.object(tester.command.env, "is_venv", new=lambda: False)
96
97
tester.execute()
98
- assert isinstance(tester.command, ShellCommand)
99
expected_output = (
100
f"The Python environment at {tester.command.env.path} "
101
"cannot be activated as it is not a virtural environment.\n"
0 commit comments