initialization

This commit is contained in:
evilchili
2025-09-21 13:44:59 -07:00
parent c4f5a37234
commit 17d9fea56b
5 changed files with 126 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import pytest
@pytest.mark.xfail
def test_tests_are_implemented():
print("Yyou have not implemented any tests yet.")
assert False
+8
View File
@@ -0,0 +1,8 @@
import pytest
from ttfrog import cli
@pytest.mark.xfail
def test_tests_are_implemented():
assert cli.main()