bandcamp-importer/test/test_bandcamp_importer.py
2024-04-12 10:55:20 -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