lookout.style.format.tests.test_analyzer¶
Module Contents¶
-
lookout.style.format.tests.test_analyzer.Change¶
-
lookout.style.format.tests.test_analyzer.get_config()¶
-
class
lookout.style.format.tests.test_analyzer.FakeFile(path, content, uast, language)¶
-
lookout.style.format.tests.test_analyzer.remove_uast(file)¶
-
class
lookout.style.format.tests.test_analyzer.AnalyzerTests¶ Bases:
unittest.TestCase-
static
get_files_from_tar(tar_path:str)¶
-
classmethod
setUpClass(cls)¶
-
classmethod
tearDownClass(cls)¶
-
test_train(self)¶
-
test_train_check(self)¶
-
test_train_cutoff_labels(self)¶
-
test_analyze(self)¶
-
test_file_filtering(self)¶
-
static