diff --git a/readme.md b/readme.md index d31150b..3f24359 100644 --- a/readme.md +++ b/readme.md @@ -10,8 +10,11 @@ if you want to contribute write tests like this: import unittest # -def revstring(x): - return x[::-1] +# This is importantly commented out. The UnitTest tests this if uncommented. +# This is only here for reference +# +# def revstring(x): +# return x[::-1] # class TestSolution(unittest.TestCase):