Skip to content

Commit

Permalink
chore: add a placeholder test so pytest doesn't complain
Browse files Browse the repository at this point in the history
  • Loading branch information
imnotjames committed Nov 12, 2023
1 parent c457e54 commit 5994c84
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
"""


def test_placeholder():
# Because we have the tests directory, the CI will attempt to run pytest
# and fail because no tests exist. By adding a placeholder test that
# we can avoid that without having to avoid the directory name `tests`
pass


def get_interpreter():
interpreter = os.getenv("MICROPY_MICROPYTHON")

Expand Down

0 comments on commit 5994c84

Please sign in to comment.