Skip to content

Commit

Permalink
fix codestyle in test.framework.modules
Browse files Browse the repository at this point in the history
  • Loading branch information
lexming committed Dec 12, 2024
1 parent 38774ac commit 5fb0467
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/framework/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -1699,6 +1699,7 @@ def test_module_load_environment(self):
self.assertTrue(hasattr(mod_load_env, 'TEST_EXTRA'))
self.assertEqual(mod_load_env.TEST_EXTRA.contents, test_contents)


def suite():
""" returns all the testcases in this module """
return TestLoaderFiltered().loadTestsFromTestCase(ModulesTest, sys.argv[1:])
Expand Down

0 comments on commit 5fb0467

Please sign in to comment.