comparison tests/test.py @ 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 53ec5144f84f
comparison
equal deleted inserted replaced
57:6bfe6c59b64a 58:cd88f80d1ab1
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 2
3 """ 3 """
4 doctest runner for simpypi tests 4 doctest runner for simpypi tests
5 """ 5 """
6
7 # XXX could use http://blog.ianbicking.org/2010/04/02/webtest-http-testing/
8 # vs paste.fixture.TestApp:
9 # http://pythonpaste.org/testing-applications.html
6 10
7 import doctest 11 import doctest
8 import os 12 import os
9 import shutil 13 import shutil
10 import sys 14 import sys