From 6cf88378c0b5c9cf071c0a7e32a36f782dd34f51 Mon Sep 17 00:00:00 2001 From: Cefn Hoile Date: Sat, 17 Feb 2018 00:16:27 +0000 Subject: [PATCH] Commented --- python/testing/mcp.py | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.49.0