Metadata-Version: 2.1
Name: testit-python-commons
Version: 2.5.1
Summary: Python commons for Test IT
Home-page: https://github.com/testit-tms/adapters-python/
Author: Integration team
Author-email: integrations@testit.software
License: Apache-2.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
Requires-Dist: pluggy
Requires-Dist: testit-api-client==3.4.1

# How to enable debug logging?
1. Add in **connection_config.ini** file from the root directory of the project:
```
[debug]
__DEV = true
```
