Skip to content

Commit c0d49d3

Browse files
Add UUID-based randomization to top-level test files (#20539)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: alex.s@prefect.io <ajstreed1@gmail.com>
1 parent 298132c commit c0d49d3

8 files changed

Lines changed: 183 additions & 94 deletions

tests/conftest.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,18 @@ def pytest_addoption(parser: pytest.Parser) -> None:
187187
"tests/test_variables.py",
188188
"tests/test_futures.py",
189189
"tests/test_logging.py",
190+
# Phase 5 - Top-level test files with UUID-based randomization
191+
"tests/test_artifacts.py",
192+
"tests/test_assets.py",
193+
"tests/test_automations.py",
194+
"tests/test_background_tasks.py",
195+
"tests/test_context.py",
196+
"tests/test_flow_engine.py",
197+
"tests/test_infrastructure_bound_flow.py",
198+
"tests/test_task_engine.py",
199+
"tests/test_task_worker.py",
200+
"tests/test_tasks.py",
201+
"tests/test_waiters.py",
190202
]
191203

192204

0 commit comments

Comments
 (0)