Mercurial > p > roundup > code
diff CHANGES.txt @ 6361:58817c3bf471
Fix roundup/test
Move the test-detectors in tx_Source_detector.py to roundup/test for two
reasons: It's used in the memorydb convenience functions and it may be
useful in other tests. Make the prefix a paramter of the convenience
functions to be usable in other tests.
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Tue, 30 Mar 2021 14:16:28 +0200 |
| parents | a77a7d04ed23 |
| children | c4371ec7d1c0 |
line wrap: on
line diff
--- a/CHANGES.txt Tue Mar 30 09:10:46 2021 +0200 +++ b/CHANGES.txt Tue Mar 30 14:16:28 2021 +0200 @@ -102,8 +102,11 @@ - Allow admin to configure language used for stemming in xapian indexer. (John Rouillard request by Nagy Gabor) - Move memorydb from test to roundup/test to allow regression-testing in - tracker instances without copying code. - + tracker instances without copying code. Also move the test-detectors in + tx_Source_detector.py to roundup/test for two reasons: It's used in the + memorydb convenience functions and it may be useful in other tests. Make + the prefix a paramter of the convenience functions to be usable in other + tests. 2020-07-13 2.0.0
