allankp / pytest-testrail

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

adding test plan result publishing #22

Closed Highspar closed 7 years ago

Highspar commented 7 years ago

needed to have the ability to record results across suites within the same automation run. Quickly threw this together with a few additional tests.

I think my updates to the readme are self explanatory for how to use the change. The existing behaviour should be unchanged.

Highspar commented 7 years ago

ah, requires python 3 support. I'll touch that up and update the PR.

allankp commented 7 years ago

@Highspar How did you get on with the py3 support ?