コード例 #1
0
def test_strip_comment(_name: str, msg: CommentIn,
                       expected: CommentOut) -> None:
    """_strip_comments() should remove only comments"""
    assert _strip_comments(msg) == expected
コード例 #2
0
ファイル: test_parse.py プロジェクト: jfehrle/Coqtail
def test_strip_comment(_name, msg, expected):
    """_strip_comments() should remove only comments"""
    assert _strip_comments(msg) == expected