Skip to content

Commit dd5889d

Browse files
remove indent test
1 parent 13e5992 commit dd5889d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/test_argmark.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ def test_inline_code():
1010
assert inline_code("f") == "`f`"
1111

1212

13-
def test_get_indent():
14-
assert get_indent(" foo") == 2
15-
assert get_indent("\tfoo") == 8
16-
17-
1813
def test_gen_help():
1914
py_file = os.path.join(_install_dir, "sample_argparse.py")
2015
md_file = "sample_argparse.md"

0 commit comments

Comments
 (0)