Ramji Chandrasekaran

Results 4 comments of 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. ![image](https://user-images.githubusercontent.com/12154068/107801780-64558880-6d15-11eb-8bc5-354bfdfbfa1e.png) 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...