bandcamp-importer/test/test_bandcamp_importer.py

8 lines
140 B
Python
Raw Normal View History

2024-04-12 10:55:20 -07:00
import pytest
@pytest.mark.xfail
def test_tests_are_implemented():
print("Yyou have not implemented any tests yet.")
assert False