From a0dffa801c47aa283db835c338f7773f1f63df7c Mon Sep 17 00:00:00 2001 From: Cefn Hoile Date: Fri, 16 Feb 2018 21:24:53 +0000 Subject: [PATCH] Module to help with cross-platform test cases --- python/agnostic.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/agnostic.py diff --git a/python/agnostic.py b/python/agnostic.py new file mode 100644 index 0000000..2246326 --- /dev/null +++ b/python/agnostic.py @@ -0,0 +1,3 @@ +#platform = sys.implementation.platform +platform="esp8266" +"""Useful indirection to test Pin naming logic by switching platform in testing""" \ No newline at end of file -- 2.49.0