vtt/test/test_ttfrog.py
2025-09-21 13:44:59 -07:00

8 lines
140 B
Python

import pytest
@pytest.mark.xfail
def test_tests_are_implemented():
print("Yyou have not implemented any tests yet.")
assert False