diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2023-06-20 05:26:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-20 05:26:35 -0500 |
commit | 6d60226ea2babc535f0a7cb053e8ecd4ecc2a563 (patch) | |
tree | 5b012aacbf59426edfb485e0a3c08dc6ff25d20b | |
parent | 303478e901d6058208b1d2ab9ed496472d06942c (diff) |
Update test_binary_conversion.py
added comments
-rw-r--r-- | test_binary_conversion.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_binary_conversion.py b/test_binary_conversion.py index 3b4d906..e25d3b0 100644 --- a/test_binary_conversion.py +++ b/test_binary_conversion.py @@ -1,7 +1,7 @@ import unittest from dialoguer.binary_conversion import bin_conv - +# perhaps we can put reversals in this test class TestBinaryConversion(unittest.TestCase): @classmethod |