[issue22092] Executing some tests inside Lib/unittest/test individually throws Error

2014-08-06 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the report and the patch! -- assignee: michael.foord -> ezio.melotti resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 2.7 ___ Python tracker

[issue22092] Executing some tests inside Lib/unittest/test individually throws Error

2014-08-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 668f6938fb1c by Ezio Melotti in branch '3.4': #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok. http://hg.python.org/cpython/rev/668f6938fb1c New changeset 09f56fdcacf1 by Ezio Melotti in branch 'default': #22092: merge with 3.

[issue22092] Executing some tests inside Lib/unittest/test individually throws Error

2014-08-03 Thread Michael Foord
Michael Foord added the comment: Patch looks fine, easy enough to change for unittest2 (if I ever have the time for a new release!) -- ___ Python tracker ___ ___

[issue22092] Executing some tests inside Lib/unittest/test individually throws Error

2014-08-03 Thread Vajrasky Kok
Vajrasky Kok added the comment: Here is the patch based on Ezio's review. Thanks! -- Added file: http://bugs.python.org/file36237/fix_test_inside_unittest_v2.patch ___ Python tracker ___

[issue22092] Executing some tests inside Lib/unittest/test individually throws Error

2014-08-03 Thread Ezio Melotti
Ezio Melotti added the comment: I left a comment on rietveld. Michael, do you think changing the imports is OK, or will this cause you some troubles with the external unittest package you maintain? -- assignee: -> michael.foord stage: -> patch review type: -> behavior _

[issue22092] Executing some tests inside Lib/unittest/test individually throws Error

2014-08-01 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue22092] Executing some tests inside Lib/unittest/test individually throws Error

2014-07-27 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +ezio.melotti, michael.foord ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue22092] Executing some tests inside Lib/unittest/test individually throws Error

2014-07-27 Thread Vajrasky Kok
Changes by Vajrasky Kok : Added file: http://bugs.python.org/file36133/fix_test_inside_unittest.patch ___ Python tracker ___ ___ Python-bugs-l

[issue22092] Executing some tests inside Lib/unittest/test individually throws Error

2014-07-27 Thread Vajrasky Kok
Changes by Vajrasky Kok : Removed file: http://bugs.python.org/file36132/fix_test_inside_unittest.patch ___ Python tracker ___ ___ Python-bugs

[issue22092] Executing some tests inside Lib/unittest/test individually throws Error

2014-07-27 Thread Vajrasky Kok
New submission from Vajrasky Kok: For examples: $ ./python Lib/unittest/test/test_runner.py Traceback (most recent call last): File "Lib/unittest/test/test_runner.py", line 10, in from .support import LoggingResult, ResultWithNoStartTestRunStopTestRun SystemError: Parent module '' not lo