lookout.style.format.tests.test_features¶
Module Contents¶
-
class
lookout.style.format.tests.test_features.FeaturesTests¶ Bases:
unittest.TestCase-
classmethod
setUpClass(cls)¶
-
setUp(self)¶
-
test_parse_file_exact_match(self)¶
-
test_extract_features_exact_match(self)¶
-
test_parse_file_comment_after_regexp(self)¶
-
test_parse_file(self)¶
-
test_parse_file_with_trailing_space(self)¶
-
test_classify_vnodes(self)¶
-
test_classify_vnodes_with_trailing_space(self)¶
-
test_compute_labels_mappings(self)¶
-
test_extract_features(self)¶
-
check_X_y(self, X_csr, y, secondary_features)¶
-
test_extract_features_all_lines(self)¶
-
test_empty_strings(self)¶
-
test_extract_features_some_lines(self)¶
-
test_noop_vnodes(self)¶
-
classmethod