Skip to content

Commit da17a19

Browse files
committed
Move memorydb from test to roundup/test
.. to allow regression-testing in tracker instances without copying code.
1 parent 175363c commit da17a19

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ Features:
101101
- issue2551117 - Add example systemd config
102102
- Allow admin to configure language used for stemming in xapian
103103
indexer. (John Rouillard request by Nagy Gabor)
104+
- Move memorydb from test to roundup/test to allow regression-testing in
105+
tracker instances without copying code.
104106

105107

106108
2020-07-13 2.0.0

roundup/test/__init__.py

Whitespace-only changes.

test/test_memorydb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from roundup import hyperdb
44

55
from .db_test_base import DBTest, ROTest, SchemaTest, config, setupSchema
6-
from . import memorydb
6+
from roundup.test import memorydb
77

88
class memorydbOpener:
99
module = memorydb

0 commit comments

Comments
 (0)