allankp / pytest-testrail

pytest plugin for integration with TestRail, for creating testruns and updating results
MIT License
96 stars 124 forks source link

Fix issue #33: Exception when TestRail API returns a 429 HTTP status #34

Closed apallier closed 6 years ago

apallier commented 6 years ago

Fix Issue #33: Exception when TestRail API returns a 429 HTTP status

I choose to use the header parameter 'Retry-After' to allow the publishing to continue.

allankp commented 6 years ago

@apallier thanks for the contribution