]> rtime.felk.cvut.cz Git - wvtest.git/blobdiff - python/t/twvtest.py
Strip trailing whitespace all over the tree.
[wvtest.git] / python / t / twvtest.py
index cc825f346991176ecd81fc0e792752dea1b8ab8e..f76b254fb40e7f966cb7d2fd5ea633047976d318 100644 (file)
@@ -12,7 +12,7 @@ def test1():
     WVPASSGT(2, 1)
     WVPASSGE(2, 2)
     WVEXCEPT(Exception, _except, 'my exception parameter')
-    
+
     # ensure tests run in the order they were declared
     global last
     WVPASSEQ(last, None)
@@ -24,7 +24,7 @@ def booga2():
     global last
     WVPASSEQ(last, 'test1')
     last='booga2'
-    
+
 @wvtest
 def booga1():
     # ensure tests run in the order they were declared