The ATDD Platform provides tools for Acceptance Test Driven Development, enabling teams to define, manage, and execute acceptance tests. Version 3.103.0 is the latest, released weekly.
pip install atddNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize ScenarioRunner and execute an acceptance test scenario.
Replace `from atdd import Scenario` with `from atdd import ScenarioRunner` and adapt constructor.
Use `runner.run_scenario_list(['test1', 'test2'])` instead of `runner.run_all()`.
Ensure your Python interpreter is 3.10 or higher.