diff --git a/unit-testing.html b/unit-testing.html index 285559b..a9b0e2d 100755 --- a/unit-testing.html +++ b/unit-testing.html @@ -214,7 +214,7 @@ subtracting 4 from input, adding IV to output
you@localhost:~/diveintopython3/examples$ python3 romantest1.py -v
test_to_roman_known_values (__main__.KnownValues)
-to_roman should give known result with known input ... ok
+to_roman should give known result with known input ... ok ①
----------------------------------------------------------------------
Ran 1 test in 0.016s