forked from zulip/zulip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testing: Conform runner to Django architecture.
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.
- Loading branch information
1 parent
e5a16ce
commit c14e981
Showing
1 changed file
with
27 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters