mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 09:58:06 +00:00
In Django, TestSuite can contain objects of type TestSuite as well along with TestCases. This is why the run method of TestSuite is responsible for iterating over items of TestSuite. This also gives us access to result object which is used by unittest to gather information about testcases.
8.4 KiB
8.4 KiB