Enhance documentation of param namespace #1142
test.yaml
on: pull_request
Setup workflow
0s
Matrix: core_test_suite
Matrix: unit_test_suite
result:test
0s
Annotations
23 errors and 9 warnings
core:test-core:ubuntu-latest:
tests/testparameterizedobject.py#L608
TestParameterized.test_param_error_unsafe_ops_before_initialized
AssertionError: Regex pattern did not match.
Regex: 'Looking\\ up\\ instance\\ Parameter\\ objects\\ \\(`\\.param\\.objects\\(\\)`\\)\\ until\\ the\\ Parameterized\\ instance\\ has\\ been\\ fully\\ initialized\\ is\\ not\\ allowed\\.\\ Ensure\\ you\\ have\\ called\\ `super\\(\\)\\.__init__\\(\\*\\*params\\)`\\ in\\ your\\ Parameterized\\ constructor\\ before\\ trying\\ to\\ access\\ instance\\ Parameter\\ objects,\\ or\\ looking\\ up\\ the\\ class\\ Parameter\\ objects\\ with\\ `\\.param\\.objects\\(instance=False\\)`\\ may\\ be\\ enough\\ for\\ your\\ use\\ case\\.'
Input: 'Cannot access instance parameters before the Parameterized instance is fully initialized. Ensure `super().__init__(**params)` is called, or use `.param.objects(instance=False)` for class parameters.'
|
core:test-core:ubuntu-latest
Process completed with exit code 1.
|
unit:test-313:ubuntu-latest:
tests/testparameterizedobject.py#L608
TestParameterized.test_param_error_unsafe_ops_before_initialized
AssertionError: Regex pattern did not match.
Regex: 'Looking\\ up\\ instance\\ Parameter\\ objects\\ \\(`\\.param\\.objects\\(\\)`\\)\\ until\\ the\\ Parameterized\\ instance\\ has\\ been\\ fully\\ initialized\\ is\\ not\\ allowed\\.\\ Ensure\\ you\\ have\\ called\\ `super\\(\\)\\.__init__\\(\\*\\*params\\)`\\ in\\ your\\ Parameterized\\ constructor\\ before\\ trying\\ to\\ access\\ instance\\ Parameter\\ objects,\\ or\\ looking\\ up\\ the\\ class\\ Parameter\\ objects\\ with\\ `\\.param\\.objects\\(instance=False\\)`\\ may\\ be\\ enough\\ for\\ your\\ use\\ case\\.'
Input: 'Cannot access instance parameters before the Parameterized instance is fully initialized. Ensure `super().__init__(**params)` is called, or use `.param.objects(instance=False)` for class parameters.'
|
unit:test-313:ubuntu-latest
Process completed with exit code 1.
|
unit:test-39:ubuntu-latest:
tests/testparameterizedobject.py#L608
TestParameterized.test_param_error_unsafe_ops_before_initialized
AssertionError: Regex pattern did not match.
Regex: 'Looking\\ up\\ instance\\ Parameter\\ objects\\ \\(`\\.param\\.objects\\(\\)`\\)\\ until\\ the\\ Parameterized\\ instance\\ has\\ been\\ fully\\ initialized\\ is\\ not\\ allowed\\.\\ Ensure\\ you\\ have\\ called\\ `super\\(\\)\\.__init__\\(\\*\\*params\\)`\\ in\\ your\\ Parameterized\\ constructor\\ before\\ trying\\ to\\ access\\ instance\\ Parameter\\ objects,\\ or\\ looking\\ up\\ the\\ class\\ Parameter\\ objects\\ with\\ `\\.param\\.objects\\(instance=False\\)`\\ may\\ be\\ enough\\ for\\ your\\ use\\ case\\.'
Input: 'Cannot access instance parameters before the Parameterized instance is fully initialized. Ensure `super().__init__(**params)` is called, or use `.param.objects(instance=False)` for class parameters.'
|
unit:test-39:ubuntu-latest
Process completed with exit code 1.
|
unit:test-39:macos-latest:
tests/testparameterizedobject.py#L608
TestParameterized.test_param_error_unsafe_ops_before_initialized
AssertionError: Regex pattern did not match.
Regex: 'Looking\\ up\\ instance\\ Parameter\\ objects\\ \\(`\\.param\\.objects\\(\\)`\\)\\ until\\ the\\ Parameterized\\ instance\\ has\\ been\\ fully\\ initialized\\ is\\ not\\ allowed\\.\\ Ensure\\ you\\ have\\ called\\ `super\\(\\)\\.__init__\\(\\*\\*params\\)`\\ in\\ your\\ Parameterized\\ constructor\\ before\\ trying\\ to\\ access\\ instance\\ Parameter\\ objects,\\ or\\ looking\\ up\\ the\\ class\\ Parameter\\ objects\\ with\\ `\\.param\\.objects\\(instance=False\\)`\\ may\\ be\\ enough\\ for\\ your\\ use\\ case\\.'
Input: 'Cannot access instance parameters before the Parameterized instance is fully initialized. Ensure `super().__init__(**params)` is called, or use `.param.objects(instance=False)` for class parameters.'
|
unit:test-39:macos-latest
Process completed with exit code 1.
|
core:test-pypy:ubuntu-latest:
tests/testparameterizedobject.py#L608
TestParameterized.test_param_error_unsafe_ops_before_initialized
AssertionError: Regex pattern did not match.
Regex: 'Looking\\ up\\ instance\\ Parameter\\ objects\\ \\(`\\.param\\.objects\\(\\)`\\)\\ until\\ the\\ Parameterized\\ instance\\ has\\ been\\ fully\\ initialized\\ is\\ not\\ allowed\\.\\ Ensure\\ you\\ have\\ called\\ `super\\(\\)\\.__init__\\(\\*\\*params\\)`\\ in\\ your\\ Parameterized\\ constructor\\ before\\ trying\\ to\\ access\\ instance\\ Parameter\\ objects,\\ or\\ looking\\ up\\ the\\ class\\ Parameter\\ objects\\ with\\ `\\.param\\.objects\\(instance=False\\)`\\ may\\ be\\ enough\\ for\\ your\\ use\\ case\\.'
Input: 'Cannot access instance parameters before the Parameterized instance is fully initialized. Ensure `super().__init__(**params)` is called, or use `.param.objects(instance=False)` for class parameters.'
|
core:test-pypy:ubuntu-latest
Process completed with exit code 1.
|
unit:test-312:ubuntu-latest:
tests/testparameterizedobject.py#L608
TestParameterized.test_param_error_unsafe_ops_before_initialized
AssertionError: Regex pattern did not match.
Regex: 'Looking\\ up\\ instance\\ Parameter\\ objects\\ \\(`\\.param\\.objects\\(\\)`\\)\\ until\\ the\\ Parameterized\\ instance\\ has\\ been\\ fully\\ initialized\\ is\\ not\\ allowed\\.\\ Ensure\\ you\\ have\\ called\\ `super\\(\\)\\.__init__\\(\\*\\*params\\)`\\ in\\ your\\ Parameterized\\ constructor\\ before\\ trying\\ to\\ access\\ instance\\ Parameter\\ objects,\\ or\\ looking\\ up\\ the\\ class\\ Parameter\\ objects\\ with\\ `\\.param\\.objects\\(instance=False\\)`\\ may\\ be\\ enough\\ for\\ your\\ use\\ case\\.'
Input: 'Cannot access instance parameters before the Parameterized instance is fully initialized. Ensure `super().__init__(**params)` is called, or use `.param.objects(instance=False)` for class parameters.'
|
unit:test-312:ubuntu-latest
Process completed with exit code 1.
|
unit:test-313:macos-latest:
tests/testparameterizedobject.py#L608
TestParameterized.test_param_error_unsafe_ops_before_initialized
AssertionError: Regex pattern did not match.
Regex: 'Looking\\ up\\ instance\\ Parameter\\ objects\\ \\(`\\.param\\.objects\\(\\)`\\)\\ until\\ the\\ Parameterized\\ instance\\ has\\ been\\ fully\\ initialized\\ is\\ not\\ allowed\\.\\ Ensure\\ you\\ have\\ called\\ `super\\(\\)\\.__init__\\(\\*\\*params\\)`\\ in\\ your\\ Parameterized\\ constructor\\ before\\ trying\\ to\\ access\\ instance\\ Parameter\\ objects,\\ or\\ looking\\ up\\ the\\ class\\ Parameter\\ objects\\ with\\ `\\.param\\.objects\\(instance=False\\)`\\ may\\ be\\ enough\\ for\\ your\\ use\\ case\\.'
Input: 'Cannot access instance parameters before the Parameterized instance is fully initialized. Ensure `super().__init__(**params)` is called, or use `.param.objects(instance=False)` for class parameters.'
|
unit:test-313:macos-latest
Process completed with exit code 1.
|
unit:test-312:macos-latest:
tests/testparameterizedobject.py#L608
TestParameterized.test_param_error_unsafe_ops_before_initialized
AssertionError: Regex pattern did not match.
Regex: 'Looking\\ up\\ instance\\ Parameter\\ objects\\ \\(`\\.param\\.objects\\(\\)`\\)\\ until\\ the\\ Parameterized\\ instance\\ has\\ been\\ fully\\ initialized\\ is\\ not\\ allowed\\.\\ Ensure\\ you\\ have\\ called\\ `super\\(\\)\\.__init__\\(\\*\\*params\\)`\\ in\\ your\\ Parameterized\\ constructor\\ before\\ trying\\ to\\ access\\ instance\\ Parameter\\ objects,\\ or\\ looking\\ up\\ the\\ class\\ Parameter\\ objects\\ with\\ `\\.param\\.objects\\(instance=False\\)`\\ may\\ be\\ enough\\ for\\ your\\ use\\ case\\.'
Input: 'Cannot access instance parameters before the Parameterized instance is fully initialized. Ensure `super().__init__(**params)` is called, or use `.param.objects(instance=False)` for class parameters.'
|
unit:test-312:macos-latest
Process completed with exit code 1.
|
unit:test-313:windows-latest:
tests\testparameterizedobject.py#L608
TestParameterized.test_param_error_unsafe_ops_before_initialized
AssertionError: Regex pattern did not match.
Regex: 'Looking\\ up\\ instance\\ Parameter\\ objects\\ \\(`\\.param\\.objects\\(\\)`\\)\\ until\\ the\\ Parameterized\\ instance\\ has\\ been\\ fully\\ initialized\\ is\\ not\\ allowed\\.\\ Ensure\\ you\\ have\\ called\\ `super\\(\\)\\.__init__\\(\\*\\*params\\)`\\ in\\ your\\ Parameterized\\ constructor\\ before\\ trying\\ to\\ access\\ instance\\ Parameter\\ objects,\\ or\\ looking\\ up\\ the\\ class\\ Parameter\\ objects\\ with\\ `\\.param\\.objects\\(instance=False\\)`\\ may\\ be\\ enough\\ for\\ your\\ use\\ case\\.'
Input: 'Cannot access instance parameters before the Parameterized instance is fully initialized. Ensure `super().__init__(**params)` is called, or use `.param.objects(instance=False)` for class parameters.'
|
unit:test-313:windows-latest
Process completed with exit code 1.
|
unit:test-312:windows-latest:
tests\testparameterizedobject.py#L608
TestParameterized.test_param_error_unsafe_ops_before_initialized
AssertionError: Regex pattern did not match.
Regex: 'Looking\\ up\\ instance\\ Parameter\\ objects\\ \\(`\\.param\\.objects\\(\\)`\\)\\ until\\ the\\ Parameterized\\ instance\\ has\\ been\\ fully\\ initialized\\ is\\ not\\ allowed\\.\\ Ensure\\ you\\ have\\ called\\ `super\\(\\)\\.__init__\\(\\*\\*params\\)`\\ in\\ your\\ Parameterized\\ constructor\\ before\\ trying\\ to\\ access\\ instance\\ Parameter\\ objects,\\ or\\ looking\\ up\\ the\\ class\\ Parameter\\ objects\\ with\\ `\\.param\\.objects\\(instance=False\\)`\\ may\\ be\\ enough\\ for\\ your\\ use\\ case\\.'
Input: 'Cannot access instance parameters before the Parameterized instance is fully initialized. Ensure `super().__init__(**params)` is called, or use `.param.objects(instance=False)` for class parameters.'
|
unit:test-312:windows-latest
Process completed with exit code 1.
|
unit:test-39:windows-latest:
tests\testparameterizedobject.py#L608
TestParameterized.test_param_error_unsafe_ops_before_initialized
AssertionError: Regex pattern did not match.
Regex: 'Looking\\ up\\ instance\\ Parameter\\ objects\\ \\(`\\.param\\.objects\\(\\)`\\)\\ until\\ the\\ Parameterized\\ instance\\ has\\ been\\ fully\\ initialized\\ is\\ not\\ allowed\\.\\ Ensure\\ you\\ have\\ called\\ `super\\(\\)\\.__init__\\(\\*\\*params\\)`\\ in\\ your\\ Parameterized\\ constructor\\ before\\ trying\\ to\\ access\\ instance\\ Parameter\\ objects,\\ or\\ looking\\ up\\ the\\ class\\ Parameter\\ objects\\ with\\ `\\.param\\.objects\\(instance=False\\)`\\ may\\ be\\ enough\\ for\\ your\\ use\\ case\\.'
Input: 'Cannot access instance parameters before the Parameterized instance is fully initialized. Ensure `super().__init__(**params)` is called, or use `.param.objects(instance=False)` for class parameters.'
|
unit:test-39:windows-latest
Process completed with exit code 1.
|
result:test
Process completed with exit code 1.
|
Setup workflow
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Pixi lock
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run pre-commit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
core:test-core:ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
unit:test-313:ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
unit:test-39:ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
core:test-pypy:ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
unit:test-312:ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
result:test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
pixi-lock
|
182 KB |
|