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 7e8bfdeCopy full SHA for 7e8bfde
tests/test_placeholder.py
@@ -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