Mercurial > p > roundup > code
diff test/db_test_base.py @ 6366:f2c31f5ec50b
Move mocknull from test to roundup/test
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Wed, 31 Mar 2021 15:18:38 +0200 |
| parents | 7f00fc5958ca |
| children | 495fd3033280 |
line wrap: on
line diff
--- a/test/db_test_base.py Wed Mar 31 12:49:28 2021 +0200 +++ b/test/db_test_base.py Wed Mar 31 15:18:38 2021 +0200 @@ -45,7 +45,7 @@ from roundup.anypy.cmp_ import NoneAndDictComparable from roundup.anypy.email_ import message_from_bytes -from .mocknull import MockNull +from roundup.test.mocknull import MockNull config = configuration.CoreConfig() config.DATABASE = "db"
