harvester-d4science/ckanext/harvest/tests
Florian Brucker 2602de9094 [#257] Purge only our own Redis data.
Previously purging the queue on the Redis backend would clear the whole
database, making it hard to share the same database with other parts of
CKAN. With this commit, only the keys that belong to ckanext-harvest and
the current CKAN instance are purged.
2016-07-20 16:24:13 +02:00
..
harvesters [#249] Add test for default_extras. 2016-06-10 09:51:17 +00:00
__init__.py [tests]: Moved to this repo test code from dgu repo that might be useful or might not. Completely broken, but maybe be worth something. 2012-01-11 10:29:05 +00:00
factories.py Swap import statements to make sure `run_test` works on CKAN 2.3 2016-01-11 22:13:25 +01:00
lib.py [#249] Test and fix docs for default_tags. Needed to improve error handling when saving ValidationError in a HOE. 2016-06-09 22:11:03 +00:00
test_action.py Changed default config params for the database logger 2016-05-16 13:15:12 +02:00
test_auth.py Add legacy import for CreateTestData 2016-01-11 22:35:11 +01:00
test_controller.py [#219] Fix tests auth 2016-01-14 11:23:17 +00:00
test_queue.py [#257] Purge only our own Redis data. 2016-07-20 16:24:13 +02:00
test_queue2.py Fetch stage can also return "unchanged", same as the import stage. Used by DGU. It is useful to skip an object like this, to avoid saving the fetched content in a HarvestObject (saves disk usage). 2015-12-01 17:38:57 +00:00