vtt/test/test_ttfrog_cli.py

9 lines
115 B
Python
Raw Normal View History

2025-09-21 13:44:59 -07:00
import pytest
from ttfrog import cli
@pytest.mark.xfail
def test_tests_are_implemented():
assert cli.main()