pytestomatio 2.8.2.dev6__tar.gz → 2.8.2.dev7__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.
- {pytestomatio-2.8.2.dev6/pytestomatio.egg-info → pytestomatio-2.8.2.dev7}/PKG-INFO +1 -1
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/pyproject.toml +1 -1
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/pytestomatio/main.py +3 -3
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7/pytestomatio.egg-info}/PKG-INFO +1 -1
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/LICENSE +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/README.md +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/pytestomatio/__init__.py +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/pytestomatio/connect/__init__.py +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/pytestomatio/connect/connector.py +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/pytestomatio/connect/s3_connector.py +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/pytestomatio/decor/__init__.py +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/pytestomatio/decor/decorator_updater.py +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/pytestomatio/decor/default.py +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/pytestomatio/decor/pep8.py +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/pytestomatio/testing/__init__.py +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/pytestomatio/testing/code_collector.py +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/pytestomatio/testing/testItem.py +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/pytestomatio/testomatio/__init__.py +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/pytestomatio/testomatio/testRunConfig.py +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/pytestomatio/testomatio/testomat_item.py +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/pytestomatio/testomatio/testomatio.py +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/pytestomatio/utils/__init__.py +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/pytestomatio/utils/helper.py +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/pytestomatio/utils/parser_setup.py +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/pytestomatio/utils/validations.py +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/pytestomatio.egg-info/SOURCES.txt +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/pytestomatio.egg-info/dependency_links.txt +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/pytestomatio.egg-info/entry_points.txt +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/pytestomatio.egg-info/requires.txt +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/pytestomatio.egg-info/top_level.txt +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/setup.cfg +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/tests/sub/__init__.py +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/tests/sub/sub_mob/__init__.py +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/tests/sub/sub_mob/sub_sub_class_test.py +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/tests/sub/sub_mob/sub_sub_test.py +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/tests/sub/test_class_sub.py +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/tests/sub/test_sub.py +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/tests/test_class_root.py +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/tests/test_decorators.py +0 -0
- {pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/tests/test_root.py +0 -0
|
@@ -61,19 +61,19 @@ def pytest_collection_modifyitems(session: Session, config: Config, items: list[
|
|
|
61
61
|
if config.getoption(testomatio) is None:
|
|
62
62
|
return
|
|
63
63
|
|
|
64
|
-
# Filter by --test-
|
|
64
|
+
# Filter by --test-id if provided
|
|
65
65
|
test_ids_option = config.getoption("test_id")
|
|
66
66
|
if test_ids_option:
|
|
67
67
|
test_ids = test_ids_option.split("|")
|
|
68
68
|
# Remove "@" from the start of test IDs if present
|
|
69
|
-
test_ids = [test_id.lstrip("@") for test_id in test_ids]
|
|
69
|
+
test_ids = [test_id.lstrip("@T") for test_id in test_ids]
|
|
70
70
|
selected_items = []
|
|
71
71
|
deselected_items = []
|
|
72
72
|
|
|
73
73
|
for item in items:
|
|
74
74
|
# Check if the test has the marker with the ID we are looking for
|
|
75
75
|
for marker in item.iter_markers(name="testomatio"):
|
|
76
|
-
marker_id = marker.args[0].
|
|
76
|
+
marker_id = marker.args[0].lstrip("@T") # Strip "@" from the marker argument
|
|
77
77
|
if marker_id in test_ids:
|
|
78
78
|
selected_items.append(item)
|
|
79
79
|
break
|
|
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
|
{pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/pytestomatio/testomatio/testRunConfig.py
RENAMED
|
File without changes
|
{pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/pytestomatio/testomatio/testomat_item.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pytestomatio-2.8.2.dev6 → pytestomatio-2.8.2.dev7}/pytestomatio.egg-info/dependency_links.txt
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
|