Mercurial > p > roundup > code
comparison test/test_xmlrpc.py @ 5008:3b9252085ba9
test code cleanup: remove unused variable (which should have been removed with 1873:f63aa57386b0 2003).
| author | Bernhard Reiter <bernhard@intevation.de> |
|---|---|
| date | Tue, 05 Jan 2016 21:34:56 +0100 |
| parents | dad18ee491a9 |
| children | 63c79c0992ae |
comparison
equal
deleted
inserted
replaced
| 5007:394949603349 | 5008:3b9252085ba9 |
|---|---|
| 13 from roundup.backends import list_backends | 13 from roundup.backends import list_backends |
| 14 from roundup.hyperdb import String | 14 from roundup.hyperdb import String |
| 15 from roundup.cgi import TranslationService | 15 from roundup.cgi import TranslationService |
| 16 | 16 |
| 17 import db_test_base | 17 import db_test_base |
| 18 | |
| 19 NEEDS_INSTANCE = 1 | |
| 20 | 18 |
| 21 class TestCase(unittest.TestCase): | 19 class TestCase(unittest.TestCase): |
| 22 | 20 |
| 23 backend = None | 21 backend = None |
| 24 | 22 |
