Skip to content

Commit 7e8bfde

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

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tests/test_placeholder.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# SPDX-FileCopyrightText: 2019 Damien P. George
2+
#
3+
# SPDX-License-Identifier: MIT
4+
#
5+
# MicroPython uasyncio module
6+
# MIT license; Copyright (c) 2019 Damien P. George
7+
8+
9+
def test_placeholder():
10+
# Because we have the tests directory, the CI will attempt to run pytest
11+
# and fail because no tests exist. By adding a placeholder test that
12+
# we can avoid that without having to avoid the directory name `tests`
13+
pass

0 commit comments

Comments
 (0)