changeset 58:cd88f80d1ab1

note about changing test fixtures
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 01 Mar 2012 15:37:32 -0800
parents 6bfe6c59b64a
children 26139fb1de98
files tests/test.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test.py	Thu Mar 01 15:35:47 2012 -0800
+++ b/tests/test.py	Thu Mar 01 15:37:32 2012 -0800
@@ -4,6 +4,10 @@
 doctest runner for simpypi tests
 """
 
+# XXX could use http://blog.ianbicking.org/2010/04/02/webtest-http-testing/
+# vs paste.fixture.TestApp:
+# http://pythonpaste.org/testing-applications.html
+
 import doctest
 import os
 import shutil