lookout.style.format.tests.test_code_generator

Module Contents

class lookout.style.format.tests.test_code_generator.FakeSeq(ys)
__getitem__(self, item)
class lookout.style.format.tests.test_code_generator.FakeRules(ys)
class lookout.style.format.tests.test_code_generator.GeneratorTestsMeta

Bases:type

classmethod __new__(mcs, name, bases, attrs)
classmethod generate_local_test(mcs, case_name, uast, contents)
class lookout.style.format.tests.test_code_generator.CodeGeneratorTests

Bases:unittest.TestCase

classmethod setUpClass(cls)
test_reproduction(self)
test_generate_new_line(self)
test_revert_indentation_change(self)
test_apply_new_indentation(self)