Commit 0516935 Ian Hoang
committed
1 parent 93749f2 commit 0516935 Copy full SHA for 0516935
File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ class TestSequentialCorpusExtractor(TestCase):
33
33
def setUp (self ):
34
34
self .mock_custom_workload = Mock (spec = CustomWorkload )
35
35
self .mock_custom_workload .workload_path = "/abs/outpath/to/workloads/"
36
+ # pylint: disable=no-value-for-parameter
36
37
self .mock_client = self .create_mock_client ()
37
38
self .corpus_extractor = SequentialCorpusExtractor (self .mock_custom_workload , self .mock_client )
38
39
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ class TestIndexExtractor(TestCase):
32
32
33
33
def setUp (self ):
34
34
self .mock_custom_workload = Mock (spec = CustomWorkload ())
35
+ # pylint: disable=no-value-for-parameter
35
36
self .mock_client = self .create_mock_client ()
36
37
self .index_extractor = IndexExtractor (self .mock_custom_workload , self .mock_client )
37
38
You can’t perform that action at this time.
0 commit comments