Ramji Chandrasekaran
Ramji Chandrasekaran
I am actively working on subtle changes to the scripts as part of implementing CheckList at Expedia. I am happy to submit more PR for these features that I am...
Sure. In my implementation, I assign each capability a specific range of `test_id` values, akin to error codes. See the table below.  This allows users to quickly identify and...
Oh yeah, I am using custom test suite - inherited from `TestSuite`. So, we create one `CustomTestSuite` per model and within those test suites there are different tests. Like I...
A note on serializing test suites: The current capability to pickle (or dill) the `TestSuite` is great. However, in addition to saving the `TestSuite` object, I also export it out...