data_juicer.utils.unittest_utils module¶
- data_juicer.utils.unittest_utils.TEST_TAG(*tags)[源代码]¶
Tags for test case. Currently, standalone, ray are supported.
- class data_juicer.utils.unittest_utils.DataJuicerTestCaseBase(methodName='runTest')[源代码]¶
基类:
TestCase
- classmethod setUpClass()[源代码]¶
Hook method for setting up class fixture before running tests in the class.
- classmethod tearDownClass(hf_model_name=None) None [源代码]¶
Hook method for deconstructing the class fixture after running all tests in the class.