initial import

This commit is contained in:
evilchili
2024-04-12 10:55:20 -07:00
parent 7451e933c1
commit 85c8afa405
6 changed files with 135 additions and 1 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 bandcamp_importer import cli
@pytest.mark.xfail
def test_tests_are_implemented():
assert cli.main()