def test_comments_and_indent(self): b = "import bar # Foo" a = "from . import bar # Foo" self.check(b, a)