From 1144e051070a34b6ae774ba940bb6d97fa3834e2 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Wed, 5 Aug 2009 22:34:09 -0700 Subject: [PATCH] WE CRAVE EXTERNAL VALIDATION --- unit-testing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit-testing.html b/unit-testing.html index f1eaf9d..2ffc112 100755 --- a/unit-testing.html +++ b/unit-testing.html @@ -148,7 +148,7 @@ def to_roman(n): you@localhost:~/diveintopython3/examples$ python3 romantest1.py -v test_to_roman_known_values (__main__.KnownValues) to_roman should give known result with known input ... FAIL - + ====================================================================== FAIL: to_roman should give known result with known input ----------------------------------------------------------------------