Add info to README #11
Annotations
5 errors and 1 warning
tests\test_shell_command.py#L88
test__is_venv_activated[None-foo-foobar-False]
assert True is False
+ where True = _is_venv_activated()
+ where _is_venv_activated = <poetry_plugin_shell.command.ShellCommand object at 0x00000222958C9D30>._is_venv_activated
+ where <poetry_plugin_shell.command.ShellCommand object at 0x00000222958C9D30> = <cleo.testers.command_tester.CommandTester object at 0x00000222958C9BB0>.command
|
tests\test_shell_command.py#L32
test_shell
AssertionError: Expected 'activate' to be called once. Called 0 times.
|
tests\test_shell_command.py#L88
test__is_venv_activated[None-foo-foo-False]
assert True is False
+ where True = _is_venv_activated()
+ where _is_venv_activated = <poetry_plugin_shell.command.ShellCommand object at 0x0000017DE7A1A040>._is_venv_activated
+ where <poetry_plugin_shell.command.ShellCommand object at 0x0000017DE7A1A040> = <cleo.testers.command_tester.CommandTester object at 0x0000017DE7A1AF70>.command
|
tests\test_shell_command.py#L88
test__is_venv_activated[None-None--False]
assert True is False
+ where True = _is_venv_activated()
+ where _is_venv_activated = <poetry_plugin_shell.command.ShellCommand object at 0x00000222951C4A00>._is_venv_activated
+ where <poetry_plugin_shell.command.ShellCommand object at 0x00000222951C4A00> = <cleo.testers.command_tester.CommandTester object at 0x00000222951C44C0>.command
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The logs for this run have expired and are no longer available.
Loading