[python-win32] Creating a list of stress tests for unit tests involving files

2010-06-09 Thread python
I'm working on a set of unit tests designed to stress test some file handling capabilities of our application. Listed below are some file names designed to cause failures when used with open/codecs.open and with the os/shutil module file functions. Can anyone think of additional scenarios (path

Re: [python-win32] Creating a list of stress tests for unit tests involving files

2010-06-09 Thread Tim Roberts
On 6/9/2010 2:30 PM, pyt...@bdurham.com wrote: I'm working on a set of unit tests designed to stress test some file handling capabilities of our application. ... UNITTEST_UNICODE_PATH = ur'\xunicode_test_\xb0_\xb1_' That string consists of nothing but ordinary ASCII characters (in part,