From 8aef7fe240c5a2af102730de8bd2473f14b0706e Mon Sep 17 00:00:00 2001 From: Tushar Gohad Date: Sun, 8 Mar 2015 10:48:08 -0700 Subject: Minor test message cleanups --- test/test_pyeclib_c.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_pyeclib_c.py b/test/test_pyeclib_c.py index ea90111..d1651b9 100644 --- a/test/test_pyeclib_c.py +++ b/test/test_pyeclib_c.py @@ -291,7 +291,7 @@ class TestPyECLib(unittest.TestCase): return format(throughput, '.10g') @skipIf("flat_xor_hd" not in _available_backends, - "xor backend is not available in your enviromnet") + "\nxor backend is not available in your enviromnet") def test_xor_code(self): for (ec_type, k, m, hd) in self.xor_types: print(("\nRunning tests for %s k=%d, m=%d, hd=%d" % (ec_type, k, m, hd))) @@ -320,7 +320,7 @@ class TestPyECLib(unittest.TestCase): (size_str, self.get_throughput(avg_time, size_str))) @skipIf("shss" not in _available_backends, - "shss backend is not available in your enviromnet") + "\nshss backend is not available in your enviromnet") def test_shss(self): for (ec_type, k, m) in self.shss: print(("\nRunning tests for %s k=%d, m=%d" % (ec_type, k, m))) -- cgit v1.2.1