Pragmatic Testing Framework for Python with BDD-style syntax and pluggable architecture
A scenario collection that demonstrates deterministic randomness using a run-wide seed, allows per-scenario overrides, and reports the seeds so runs can be reproduced.
@generates
def build_suite():
"""
Create and return a runnable scenario suite that:
- Uses a run-level seed when provided to make random actions deterministic.
- Includes at least one scenario that relies solely on the run-level seed and another that overrides it.
- Records and reports the run-level seed plus any scenario override used alongside the random output it produced.
"""Python scenario runner supplying deterministic seeding controls and seed reporting.
tessl i tessl/pypi-vedro@1.14.0docs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10