lookout.style.typos.tests.test_analyzer

Module Contents

lookout.style.typos.tests.test_analyzer.Change
lookout.style.typos.tests.test_analyzer.MODEL_PATH
class lookout.style.typos.tests.test_analyzer.FakeFile(path, content, uast, language)
class lookout.style.typos.tests.test_analyzer.AnalyzerTests

Bases:unittest.TestCase

classmethod setUpClass(cls)
classmethod tearDownClass(cls)
test_train(self)
test_analyze(self)
test_reconstruct_identifier(self)
test_reconstruct_identifier_fail(self)
class lookout.style.typos.tests.test_analyzer.AnalyzerPayloadTest

Bases:unittest.TestCase

classmethod setUpClass(cls)
test_filter_suggestions(self)
test_check_identifiers(self)