Opened 13 years ago
Last modified 13 years ago
#17010 closed Uncategorized
unittest2 conflicted with nosetest — at Initial Version
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Uncategorized | Version: | 1.3 |
Severity: | Normal | Keywords: | unittest2 |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I use nosetest version 1.0.0. I have to change the source code of Django to make nosetest run:
C:\Python25\Lib\site-packages\django\test\testcases.py line 243 changed to :
import unittest
class TransactionTestCase(unittest.TestCase):
Note:
See TracTickets
for help on using tickets.