initialization
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.mark.xfail
|
||||
def test_tests_are_implemented():
|
||||
print("Yyou have not implemented any tests yet.")
|
||||
assert False
|
||||
@@ -0,0 +1,8 @@
|
||||
import pytest
|
||||
|
||||
from ttfrog import cli
|
||||
|
||||
|
||||
@pytest.mark.xfail
|
||||
def test_tests_are_implemented():
|
||||
assert cli.main()
|
||||
Reference in New Issue
Block a user