twisted.test.test_process.MockOS doesn't completely mock the os module
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from z3p <[email protected]>: It depends on several attributes of the os module, which causes test failures on win32 (see branches/spwd-3242-2). I suppose it might be better to just skip the tests, but the only part that's breaking the tests is the use of the os.* attributes in __init__. I'm attaching a quick patch which removes the dependency on the os module. ---------- Type : enhancement Component: core Keywords : Priority : normal Nosy : ---------- http://twistedmatrix.com/trac/ticket/3832