fix: activate already created shell #55
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("/private/var/folders/qm/fcgtnjr57d7bvztxwhtddp7m0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_shell_already_active0/.venv"))].
pytest introspection follows:
Args:
assert (MockEnv("/pr...ive0/.venv"),) == ()
Left contains one more item: MockEnv("/private/var/folders/qm/fcgtnjr57d7bvztxwhtddp7m0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_shell_already_active0/.venv")
Full diff:
- ()
+ (
+ MockEnv("/private/var/folders/qm/fcgtnjr57d7bvztxwhtddp7m0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_shell_already_active0/.venv"),
+ )
|
Loading