unittest problems
John J. Lee
jjl at pobox.com
Tue Jul 29 17:57:52 EDT 2003
Richard Wesley <hawkfish at trustedmedianetworks.com> writes:
> I am trying to retrofit some units test into our code using the unittest
> module. I can get individual rewrites to work, but I am having trouble
> writing the "one test to run them all and in the darkness bind them"
> script. There are two main sources of trouble:
>
> - Test data that is stored next to the script that uses it;
> - Several levels of scripts (top/utils/tests) with tests/data scattered
> at all levels;
>
> Are there any good examples out there of a more complex set of tests in
> a multilevel tree/package with attached test data? What about standard
> conventions for hooking stuff together (suite(), etc.)?
<http://www.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=873ci3lk2o.fsf%40pobox.com&rnum=1&prev=/groups%3Fas_q%3Dunittest%26safe%3Dimages%26ie%3DISO-8859-1%26as_uauthors%3Djjl%40pobox.com%26lr%3D%26num%3D30%26hl%3Den>
http://tinyurl.com/ig2q
John
More information about the Python-list
mailing list