Replace shell command with activator #43
Annotations
6 errors
tests/console/commands/env/test_activate.py#L47
test_env_activate_prints_correct_script[fish-source-.fish]
AssertionError: assert False
+ where False = <built-in method endswith of str object at 0x10dd882f0>('.fish')
+ where <built-in method endswith of str object at 0x10dd882f0> = ''.endswith
+ where '' = <built-in method strip of str object at 0x10dd882f0>('\n')
+ where <built-in method strip of str object at 0x10dd882f0> = ''.strip
+ where '' = fetch_output()
+ where fetch_output = <cleo.io.buffered_io.BufferedIO object at 0x113081cd0>.fetch_output
+ where <cleo.io.buffered_io.BufferedIO object at 0x113081cd0> = <cleo.testers.command_tester.CommandTester object at 0x113081940>.io
|
tests/console/commands/env/test_activate.py#L47
test_env_activate_prints_correct_script[nu-overlay use-.nu]
AssertionError: assert False
+ where False = <built-in method endswith of str object at 0x10dd882f0>('.nu')
+ where <built-in method endswith of str object at 0x10dd882f0> = ''.endswith
+ where '' = <built-in method strip of str object at 0x10dd882f0>('\n')
+ where <built-in method strip of str object at 0x10dd882f0> = ''.strip
+ where '' = fetch_output()
+ where fetch_output = <cleo.io.buffered_io.BufferedIO object at 0x112c55dc0>.fetch_output
+ where <cleo.io.buffered_io.BufferedIO object at 0x112c55dc0> = <cleo.testers.command_tester.CommandTester object at 0x112c55970>.io
|
tests/console/commands/env/test_activate.py#L47
test_env_activate_prints_correct_script[pwsh-.-Activate.ps1]
AssertionError: assert False
+ where False = <built-in method endswith of str object at 0x10dd882f0>('Activate.ps1')
+ where <built-in method endswith of str object at 0x10dd882f0> = ''.endswith
+ where '' = <built-in method strip of str object at 0x10dd882f0>('\n')
+ where <built-in method strip of str object at 0x10dd882f0> = ''.strip
+ where '' = fetch_output()
+ where fetch_output = <cleo.io.buffered_io.BufferedIO object at 0x111e52610>.fetch_output
+ where <cleo.io.buffered_io.BufferedIO object at 0x111e52610> = <cleo.testers.command_tester.CommandTester object at 0x111e525b0>.io
|
tests/console/commands/env/test_activate.py#L47
test_env_activate_prints_correct_script[powershell-.-Activate.ps1]
AssertionError: assert False
+ where False = <built-in method endswith of str object at 0x10dd882f0>('Activate.ps1')
+ where <built-in method endswith of str object at 0x10dd882f0> = ''.endswith
+ where '' = <built-in method strip of str object at 0x10dd882f0>('\n')
+ where <built-in method strip of str object at 0x10dd882f0> = ''.strip
+ where '' = fetch_output()
+ where fetch_output = <cleo.io.buffered_io.BufferedIO object at 0x11149ee80>.fetch_output
+ where <cleo.io.buffered_io.BufferedIO object at 0x11149ee80> = <cleo.testers.command_tester.CommandTester object at 0x11149e3a0>.io
|
tests/console/commands/env/test_activate.py#L47
test_env_activate_prints_correct_script[csh-source-.csh]
AssertionError: assert False
+ where False = <built-in method endswith of str object at 0x10dd882f0>('.csh')
+ where <built-in method endswith of str object at 0x10dd882f0> = ''.endswith
+ where '' = <built-in method strip of str object at 0x10dd882f0>('\n')
+ where <built-in method strip of str object at 0x10dd882f0> = ''.strip
+ where '' = fetch_output()
+ where fetch_output = <cleo.io.buffered_io.BufferedIO object at 0x113336940>.fetch_output
+ where <cleo.io.buffered_io.BufferedIO object at 0x113336940> = <cleo.testers.command_tester.CommandTester object at 0x113336040>.io
|
|
The logs for this run have expired and are no longer available.
Loading