vtt/test/test_ttfrog.py

8 lines
140 B
Python
Raw Normal View History

2025-09-21 13:44:59 -07:00
import pytest
@pytest.mark.xfail
def test_tests_are_implemented():
print("Yyou have not implemented any tests yet.")
assert False