added tests #416
Annotations
13 errors and 4 warnings
pre-commit
Process completed with exit code 1.
|
TestAddPortForwardForm.test_bad_ip[1.1]:
TestAddPortForwardForm#L1
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
TestAddPortForwardForm.test_bad_ip[0z:80:41:ae:fd:7e]:
TestAddPortForwardForm#L1
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
TestAddPortForwardForm.test_bad_ip[0+:80:41:ae:fd:7e]:
TestAddPortForwardForm#L1
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
TestAddPortForwardForm.test_bad_ip[awda ssfsfwa]:
TestAddPortForwardForm#L1
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
TestAddPortForwardForm.test_bad_ip[a]:
TestAddPortForwardForm#L1
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
TestAddPortForwardForm.test_bad_ip[ab]:
TestAddPortForwardForm#L1
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
TestAddPortForwardForm.test_bad_ip[1000]:
TestAddPortForwardForm#L1
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
TestAddPortForwardForm.test_bad_ip[1.6.7.]:
TestAddPortForwardForm#L1
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
test_usersuite.test_port_forward:
tests/blueprints/usersuite/test_usersuite.py#L111
assert 200 == 404
+ where 200 = <WrapperTestResponse streamed [200 OK]>.status_code
|
test_usersuite.test_wrong_forwad_index:
tests/blueprints/usersuite/test_usersuite.py#L115
assert 200 == 404
+ where 200 = <WrapperTestResponse streamed [200 OK]>.status_code
|
test_usersuite.test_add_port_forward:
tests/blueprints/usersuite/test_usersuite.py#L119
jinja2.exceptions.UndefinedError: 'port_forwarding' is undefined
|
test
Process completed with exit code 1.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, docker/login-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|