mirror of
https://github.com/python/cpython.git
synced 2025-07-28 13:44:43 +00:00
Whitespace normalization.
This commit is contained in:
parent
61bdd39b02
commit
16ec4bb0cb
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ class AuthorizerTests(unittest.TestCase):
|
|||
def suite():
|
||||
function_suite = unittest.makeSuite(FunctionTests, "Check")
|
||||
aggregate_suite = unittest.makeSuite(AggregateTests, "Check")
|
||||
authorizer_suite = unittest.makeSuite(AuthorizerTests, "Check")
|
||||
authorizer_suite = unittest.makeSuite(AuthorizerTests, "Check")
|
||||
return unittest.TestSuite((function_suite, aggregate_suite, authorizer_suite))
|
||||
|
||||
def test():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue