You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TODO: only invoke the corresponding base class's setUpClass()# method to reduce resource consumption.@classmethoddefinvoke_all_base_class_setupclass(cls):
forbase_classincls.__bases__:
ifissubclass(base_class, unittest.TestCase):
base_class.setUpClass()
The text was updated successfully, but these errors were encountered:
feathub_it_test_base.py:
The text was updated successfully, but these errors were encountered: