testbench2robotframework 0.8.0a5__tar.gz → 0.8.0a6__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.
Files changed (58) hide show
  1. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/PKG-INFO +1 -1
  2. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/testbench2robotframework/__init__.py +1 -1
  3. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/testbench2robotframework/utils.py +1 -1
  4. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/.gitignore +0 -0
  5. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/CreatePiPWheel.bat +0 -0
  6. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/CreatePiPWheel.sh +0 -0
  7. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/DEVELOPMENT.md +0 -0
  8. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/ExampleConfiguration/json_config.json +0 -0
  9. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/ExampleConfiguration/pyproject_example.toml +0 -0
  10. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/ExampleConfiguration/toml_config.toml +0 -0
  11. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/LICENSE +0 -0
  12. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/MANIFEST.in +0 -0
  13. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/README.md +0 -0
  14. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/atest/json_config_tests/1_tfs.robot +0 -0
  15. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/atest/robot/libs/json_config.py +0 -0
  16. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/atest/robot/libs/pyproject_config.py +0 -0
  17. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/atest/robot/resources/file_management.resource +0 -0
  18. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/atest/robot/resources/testbench2robotframework_cli.resource +0 -0
  19. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/atest/robot/rf_tests/cli_interface/write/json_config.robot +0 -0
  20. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/atest/robot/rf_tests/cli_interface/write/no_config_argument.robot +0 -0
  21. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/atest/robot/rf_tests/cli_interface/write/toml_config.robot +0 -0
  22. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/create_json_schema.py +0 -0
  23. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/images/LibrarySubdivision.PNG +0 -0
  24. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/images/Unbenannt.PNG +0 -0
  25. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/images/generated.png +0 -0
  26. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/images/libraries.PNG +0 -0
  27. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/images/resources.PNG +0 -0
  28. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/images/rfLibraryRootsTestBench.PNG +0 -0
  29. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/images/testbench_rfLibraryRegex.PNG +0 -0
  30. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/images/testbench_rfResourceRegex.PNG +0 -0
  31. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/images/testthemen.PNG +0 -0
  32. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/oldModel.py +0 -0
  33. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/pydantic_model.py +0 -0
  34. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/pyproject.toml +0 -0
  35. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/requirements.txt +0 -0
  36. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/robot.toml +0 -0
  37. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/tasks.py +0 -0
  38. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/testbench-tools.zip +0 -0
  39. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/testbench2robotframework/__main__.py +0 -0
  40. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/testbench2robotframework/cli.py +0 -0
  41. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/testbench2robotframework/config.py +0 -0
  42. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/testbench2robotframework/execution_artifacts.py +0 -0
  43. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/testbench2robotframework/html_parser.py +0 -0
  44. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/testbench2robotframework/json_reader.py +0 -0
  45. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/testbench2robotframework/json_writer.py +0 -0
  46. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/testbench2robotframework/log.py +0 -0
  47. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/testbench2robotframework/model.py +0 -0
  48. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/testbench2robotframework/model_utils.py +0 -0
  49. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/testbench2robotframework/result_writer.py +0 -0
  50. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/testbench2robotframework/robotframework2testbench.py +0 -0
  51. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/testbench2robotframework/testbench2rf.py +0 -0
  52. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/testbench2robotframework/testbench2robotframework.py +0 -0
  53. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/testbench2robotframework/testsuite_write.py +0 -0
  54. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/tests/test_data/configurations/invalid_config.json +0 -0
  55. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/tests/test_data/configurations/valid_config.json +0 -0
  56. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/tests/test_missing_files.py +0 -0
  57. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/tests/test_robot_files_should_not_contain_invalid_characters.py +0 -0
  58. {testbench2robotframework-0.8.0a5 → testbench2robotframework-0.8.0a6}/tests/test_zip_file_generation.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: testbench2robotframework
3
- Version: 0.8.0a5
3
+ Version: 0.8.0a6
4
4
  Summary: Robot Framework Code Generator from Keyword-Driven Tests in imbus TestBench 3.0 and newer
5
5
  Author-email: imbus AG <support@imbus.de>
6
6
  Requires-Python: >= 3.10
@@ -17,4 +17,4 @@ suites and enhancing the TestBench report with execution results from Robot Fram
17
17
 
18
18
  from .testbench2robotframework import testbench2robotframework # noqa: F401
19
19
 
20
- __version__ = "0.8.0a5"
20
+ __version__ = "0.8.0a6"
@@ -54,7 +54,7 @@ class PathResolver:
54
54
  for tse in test_theme_tree.nodes:
55
55
  self._add_existing_tcs_to_catalog(tse)
56
56
  if isinstance(tse, TestCaseNode):
57
- self.tree_dict[tse.spec.key] = tse
57
+ self.tree_dict[f"tc_{tse.spec.key}"] = tse
58
58
  else:
59
59
  self.tree_dict[tse.base.key] = tse
60
60
  self._store_highest_child_index(tse)