Skip to content

Commit 5994c84

Browse files
committed
chore: add a placeholder test so pytest doesn't complain
1 parent c457e54 commit 5994c84

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: tests/run_tests.py

+7
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@
2525
"""
2626

2727

28+
def test_placeholder():
29+
# Because we have the tests directory, the CI will attempt to run pytest
30+
# and fail because no tests exist. By adding a placeholder test that
31+
# we can avoid that without having to avoid the directory name `tests`
32+
pass
33+
34+
2835
def get_interpreter():
2936
interpreter = os.getenv("MICROPY_MICROPYTHON")
3037

0 commit comments

Comments
 (0)