Replace shell command with activator #43
Annotations
6 errors
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 0x102458948>('Activate.ps1')
+ where <built-in method endswith of str object at 0x102458948> = ''.endswith
+ where '' = <built-in method strip of str object at 0x102458948>('\n')
+ where <built-in method strip of str object at 0x102458948> = ''.strip
+ where '' = fetch_output()
+ where fetch_output = <cleo.io.buffered_io.BufferedIO object at 0x10519e510>.fetch_output
+ where <cleo.io.buffered_io.BufferedIO object at 0x10519e510> = <cleo.testers.command_tester.CommandTester object at 0x104f8d6d0>.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 0x102458948>('Activate.ps1')
+ where <built-in method endswith of str object at 0x102458948> = ''.endswith
+ where '' = <built-in method strip of str object at 0x102458948>('\n')
+ where <built-in method strip of str object at 0x102458948> = ''.strip
+ where '' = fetch_output()
+ where fetch_output = <cleo.io.buffered_io.BufferedIO object at 0x104c91d90>.fetch_output
+ where <cleo.io.buffered_io.BufferedIO object at 0x104c91d90> = <cleo.testers.command_tester.CommandTester object at 0x104c93090>.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 0x102458948>('.nu')
+ where <built-in method endswith of str object at 0x102458948> = ''.endswith
+ where '' = <built-in method strip of str object at 0x102458948>('\n')
+ where <built-in method strip of str object at 0x102458948> = ''.strip
+ where '' = fetch_output()
+ where fetch_output = <cleo.io.buffered_io.BufferedIO object at 0x105185650>.fetch_output
+ where <cleo.io.buffered_io.BufferedIO object at 0x105185650> = <cleo.testers.command_tester.CommandTester object at 0x105186f90>.io
|
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 0x102458948>('.fish')
+ where <built-in method endswith of str object at 0x102458948> = ''.endswith
+ where '' = <built-in method strip of str object at 0x102458948>('\n')
+ where <built-in method strip of str object at 0x102458948> = ''.strip
+ where '' = fetch_output()
+ where fetch_output = <cleo.io.buffered_io.BufferedIO object at 0x105a11bd0>.fetch_output
+ where <cleo.io.buffered_io.BufferedIO object at 0x105a11bd0> = <cleo.testers.command_tester.CommandTester object at 0x105a12b90>.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 0x102458948>('.csh')
+ where <built-in method endswith of str object at 0x102458948> = ''.endswith
+ where '' = <built-in method strip of str object at 0x102458948>('\n')
+ where <built-in method strip of str object at 0x102458948> = ''.strip
+ where '' = fetch_output()
+ where fetch_output = <cleo.io.buffered_io.BufferedIO object at 0x105355810>.fetch_output
+ where <cleo.io.buffered_io.BufferedIO object at 0x105355810> = <cleo.testers.command_tester.CommandTester object at 0x105355dd0>.io
|
|
The logs for this run have expired and are no longer available.
Loading