From: Cefn Hoile Date: Fri, 16 Feb 2018 21:24:53 +0000 (+0000) Subject: Module to help with cross-platform test cases X-Git-Tag: 0.1.0~4^2~160 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/a0dffa801c47aa283db835c338f7773f1f63df7c?ds=sidebyside Module to help with cross-platform test cases --- 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