A pytest plugin that integrates with Test IT TMS, allowing automatic test result uploads, parameterized tests, and test work item linking. Current version 4.2.5, actively maintained.
pip install testit-adapter-pytestNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic test with Test IT adapter, linking test case via external ID. Run with `pytest --testit`.
Replace `@pytest.mark.testit_case('id')` with `@pytest.mark.testit(external_id='id')`.Rename `TESTIT_TOKEN` to `TESTIT_PRIVATE_TOKEN`.
Set environment variable before test discovery: `export TESTIT_ADAPTER_MODE=adapter`.