fix: activate already created shell (wip) #56
Closed
Annotations
2 errors
|
Run pytest
Process completed with exit code 1.
|
|
Run pytest:
tests\test_shell_command.py#L48
test_shell_already_active
AssertionError: Expected 'activate' to not have been called. Called 1 times.
Calls: [call(MockEnv("C:\Users\runneradmin\AppData\Local\Temp\pytest-of-runneradmin\pytest-0\popen-gw0\test_shell_already_active0\.venv"))].
pytest introspection follows:
Args:
assert (MockEnv("C:\...ive0\.venv"),) == ()
Left contains one more item: MockEnv("C:\Users\runneradmin\AppData\Local\Temp\pytest-of-runneradmin\pytest-0\popen-gw0\test_shell_already_active0\.venv")
Full diff:
- ()
+ (
+ MockEnv("C:\Users\runneradmin\AppData\Local\Temp\pytest-of-runneradmin\pytest-0\popen-gw0\test_shell_already_active0\.venv"),
+ )
|
Loading