From: Cefn Hoile Date: Sat, 17 Feb 2018 00:16:27 +0000 (+0000) Subject: Commented X-Git-Tag: 0.1.0~4^2~151 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/6cf88378c0b5c9cf071c0a7e32a36f782dd34f51 Commented --- diff --git a/python/testing/mcp.py b/python/testing/mcp.py index 01545f6..61642a3 100644 --- a/python/testing/mcp.py +++ b/python/testing/mcp.py @@ -2,6 +2,10 @@ import unittest class TestEnum(unittest.TestCase): + """ + Verifies the repl() and str() behaviour of an example Enum + Enums represent configuration values such as digitalio.Direction, digitalio.Pull etc. + """ def setUp(self): import mcp