From: Cefn Hoile Date: Sun, 18 Feb 2018 01:40:25 +0000 (+0000) Subject: Moved from module to package X-Git-Tag: 0.1.0~4^2~125 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/8a874d189100239b717bc90d4fc86137482d9921 Moved from module to package --- diff --git a/python/testing/platform/all.py b/python/testing/platform/all.py deleted file mode 100644 index 57f7059..0000000 --- a/python/testing/platform/all.py +++ /dev/null @@ -1,11 +0,0 @@ -"""Tests which should run on Micropython or CPython regardless of platform""" -from testing import test_module -import testing.mcp -import testing.microcontroller - -def main(): - test_module(testing.mcp) - test_module(testing.microcontroller) - -if __name__ == "__main__": - main() \ No newline at end of file diff --git a/python/testing/platform/all/__init__.py b/python/testing/platform/all/__init__.py new file mode 100644 index 0000000..e69de29