Closed willis102 closed 5 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
shotgun_api3/shotgun.py | 103 | 122 | 84.43% | ||
shotgun_api3/lib/mimetypes.py | 0 | 20 | 0.0% | ||
<!-- | Total: | 116 | 155 | 74.84% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
shotgun_api3/lib/mimetypes.py | 1 | 0.0% | ||
<!-- | Total: | 1 | --> |
Totals | |
---|---|
Change from base Build 1084: | 1.7% |
Covered Lines: | 1341 |
Relevant Lines: | 1967 |
First pass at adding Python 3 support for Python API. For CI and review.
Use six module to provide compatibility with Python 2.6, 2.7 and 3.7.