Ejemplo n.º 1
0
    def test_count_indents(self):
        MAT = SourceString('  \tTest100')

        assert MAT.count_indents(2, 1) == 2
        assert MAT.count_indents(2) == 1