Registry / testing / atdd
library3.103.0pypypi✓ verified 80d ago

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 atdd
INSTALL
IMPORT
SIG · ATDD
A
atdd
testingpythonv3.103.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PackageNotFoundError
from atdd import PackageNotFoundError
from atdd import ScenarioRunner
version
from atdd import version
from atdd import ScenarioRunner

Initialize ScenarioRunner and execute an acceptance test scenario.

from atdd import ScenarioRunner runner = ScenarioRunner(api_key=os.environ.get('ATDD_API_KEY', '')) result = runner.run_scenario('login_test') print('Scenario passed:', result.passed)
Debug
Known issues
breakingv3.0 removed `Scenario` class, use `ScenarioRunner` instead.
fix
Replace `from atdd import Scenario` with `from atdd import ScenarioRunner` and adapt constructor.
affects: <3.0
deprecated`run_all()` method is deprecated in favor of `run_scenario_list()`.
fix
Use `runner.run_scenario_list(['test1', 'test2'])` instead of `runner.run_all()`.
affects: >=3.50
gotchaRequires Python >=3.10; older Python versions are not supported.
fix
Ensure your Python interpreter is 3.10 or higher.
affects: All
Upgrade
Version history
3.103.0latest on PyPI · released Jun 6, 2026
Audit
Dependencies
pytestrequiredRequired for test execution
requestsoptionalHTTP API interaction
Agent activity
24 hits · last 30 days
node
22
OpenAI (training)
1
Resources
atdd — pip install atdd · libregistry