Releases: leviable/testrail-api-wrapper
Releases · leviable/testrail-api-wrapper
0.3.0 Remove PBR and switch CI/CD platform
0.3.0beta1 Test uploading to PyPI from CircleCI
Fix workflow filters
0.2.5 Minor updates to add Python 3.7 to CI process
Merge pull request #47 from levi-rs/update-ci-config Update CI for Python 3.7
0.2.4 Add ReadTimeout exception to retry list
Merge pull request #46 from levi-rs/add-readtimeout-exception-retry Add ReadTimeout exception to retry list
0.2.3 Update docs and minor bugfix
- Remove extraneous exception handling
- Update RTFD pages
- Fix ReadTheDocs generation
0.2.2 Add Read The Docs support and update request exception handling
- Update exception raising and handling
- Add readthedocs support
- Update README.rst
0.2.1 Update parameter order for some methods
Merge pull request #39 from levi-rs/add-get-results-by-run-support Update parameter order for some methods
0.2.0 Add get results by run support
Merge pull request #38 from levi-rs/add-get-results-by-run-support Add get results by run support
0.1.2 Add object equivalency testing
- Add
__eq__
,__ne__
, and__hash__
magic methods to model base class
0.1.1 Update run cases access and caching
- Update
client.add(run)
to correctly post case IDs as an array,
rather than as a comma separated string - Update caching of generator yielded values to only cache results
when the generator has been exhaussted