We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c457e54 commit 5994c84Copy full SHA for 5994c84
tests/run_tests.py
@@ -25,6 +25,13 @@
25
"""
26
27
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
35
def get_interpreter():
36
interpreter = os.getenv("MICROPY_MICROPYTHON")
37
0 commit comments