-
Notifications
You must be signed in to change notification settings - Fork 548
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
unit tests: Rename test class, use inheritance
- Rename the `TestQueryClass` class to `QueryTests`, which is more in keeping with unittest norms. - Replace all explicit uses of `TestQueryClass` throughout the code with `cls` or `self` as appropriate, to eliminate friction against any future name changes.
- Loading branch information
Showing
1 changed file
with
22 additions
and
19 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