testbench2robotframework 0.9.2b4__tar.gz → 0.9.2b5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/PKG-INFO +1 -1
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/testbench2robotframework/__init__.py +1 -1
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/testbench2robotframework/model.py +3 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/.gitignore +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/DEVELOPMENT.md +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/ExampleConfiguration/json_config.json +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/ExampleConfiguration/pyproject_example.toml +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/ExampleConfiguration/toml_config.toml +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/LICENSE +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/MANIFEST.in +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/README.md +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/README_old.md +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/atest/json_config_tests/1_tfs.robot +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/atest/robot/libs/json_config.py +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/atest/robot/libs/pyproject_config.py +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/atest/robot/resources/file_management.resource +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/atest/robot/resources/testbench2robotframework_cli.resource +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/atest/robot/rf_tests/cli_interface/write/json_config.robot +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/atest/robot/rf_tests/cli_interface/write/no_config_argument.robot +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/atest/robot/rf_tests/cli_interface/write/toml_config.robot +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/create_json_schema.py +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/docs/configuration/_category_.json +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/docs/configuration/cli_options.md +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/docs/configuration/overview.md +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/docs/configuration/pyproject_config.md +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/docs/getting_started/_category_.json +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/docs/getting_started/installation.md +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/docs/getting_started/quick_start.md +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/docs/intro.md +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/docs/usage/_category_.json +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/docs/usage/fetch_results.md +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/docs/usage/generate_tests.md +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/images/LibrarySubdivision.PNG +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/images/Unbenannt.PNG +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/images/generated.png +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/images/libraries.PNG +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/images/resources.PNG +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/images/rfLibraryRootsTestBench.PNG +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/images/testbench_rfLibraryRegex.PNG +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/images/testbench_rfResourceRegex.PNG +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/images/testthemen.PNG +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/pyproject.toml +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/requirements.txt +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/robot.toml +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/tasks.py +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/testbench-tools.zip +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/testbench2robotframework/__main__.py +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/testbench2robotframework/cli.py +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/testbench2robotframework/config.py +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/testbench2robotframework/execution_artifacts.py +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/testbench2robotframework/html_parser.py +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/testbench2robotframework/json_reader.py +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/testbench2robotframework/json_writer.py +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/testbench2robotframework/log.py +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/testbench2robotframework/model_utils.py +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/testbench2robotframework/result_writer.py +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/testbench2robotframework/robotframework2testbench.py +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/testbench2robotframework/testbench2rf.py +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/testbench2robotframework/testbench2robotframework.py +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/testbench2robotframework/testsuite_write.py +0 -0
- {testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/testbench2robotframework/utils.py +0 -0
|
@@ -1562,6 +1562,9 @@ class TestStructureTreeNode:
|
|
|
1562
1562
|
class RootNode(TestStructureTreeNode):
|
|
1563
1563
|
base: TestStructureItemBaseInformation
|
|
1564
1564
|
filters: list[AttachedFilter]
|
|
1565
|
+
spec: TestStructureItemSpecification | None = None
|
|
1566
|
+
aut: TestStructureAutomation | None = None
|
|
1567
|
+
exec: TestStructureItemExecution | None = None
|
|
1565
1568
|
|
|
1566
1569
|
|
|
1567
1570
|
@dataclass
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/docs/configuration/overview.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/docs/usage/_category_.json
RENAMED
|
File without changes
|
{testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/docs/usage/fetch_results.md
RENAMED
|
File without changes
|
{testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/docs/usage/generate_tests.md
RENAMED
|
File without changes
|
{testbench2robotframework-0.9.2b4 → testbench2robotframework-0.9.2b5}/images/LibrarySubdivision.PNG
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|