Python commons library for Test IT TMS (test management system). Provides integration adapters for test frameworks (pytest, unittest, etc.). Current version: 4.2.5.post570. Released frequently as part of Test IT adapters.
pip install testit-python-commonsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: initialize AdapterManager and upload test results.
Update imports: from testit_python_commons.services.adapter_manager import AdapterManager
Use testit-adapter-python directly for new projects; migrate existing code.
Always use keyword arguments: AdapterManager(private_token='...').
Run: pip install testit-python-commons
Use: from testit_python_commons.services.adapter_manager import AdapterManager
No dependency data recorded yet.