You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2020. It is now read-only.
Use pythonic attributes for getTestCase() or getTestSuite().
It should be testproject.testcases and testproject.testsuites, at least there, where a real object is returned.
With this approach we also get rid of the getXXXX() and iterXXXX() because we can handle everything like a dynamic view object, like lists in Python 3.x.
Use pythonic attributes for getTestCase() or getTestSuite().
It should be testproject.testcases and testproject.testsuites, at least there, where a real object is returned.
With this approach we also get rid of the getXXXX() and iterXXXX() because we can handle everything like a dynamic view object, like lists in Python 3.x.