Travis Pavek

Results 14 comments of Travis Pavek

From PR #32 Run object: One method needs to be refactored, and I wasn't sure what the proper approach should be. The method is structured like so: ``` @property def...

Getting the test run is somewhat hard to answer because you can have testrail configured in multiple ways. So you may need to write some code filtering on one or...

Ignore my comment. We do have custom field support! Look at levi's example. So if you have a custom field called "foo" you can get it by calling case.foo.

I thought there was a reason it was done this way but I can't recall what it was. That being said you have a very valid use case. I will...

Yeah this is going to be a bigger issue than I thought. The way we store our cache in shared state will clobber multiple instances as well.

Yeah, so we make very heavy use of the fact that that API class using the borg pattern. So multiple instances will not work without a fairly heavy refactor. PRs...

I pushed master to 0.3.8 on PyPI. While a major hack, and slower it may work to set api._timeout to 0. The two instances will constantly clobber each other but...

Custom fields are not yet supported. This is something that I hope to have soon as I need it as well. In the mean time you could use _post in...

Copy/Paste of comments left in PR #25 on this subject. I am open to adding params to the API calls, however I feel that a Filter class is overkill/unneeded and...

I take back my preference on getting all items. This is great for small projects but over time you may be pulling hundreds of thousands of runs. We need to...