fargo/tests
Benjamin Dauvergne 2db8756f48 fargo: prevent pushing the same file many times (#22682)
Bug was discovered because we added the creation_date non-null field as
content_hash is the primary key. When saving a Document with the same
content_hash, Django try to update the existing document by setting
creation_date to NULL which fails.
2018-03-27 13:08:06 +02:00
..
conftest.py add validation API (fixes #10375) 2016-03-28 03:28:10 +02:00
settings.py misc: add support for django 1.11 (#16057) 2017-12-12 11:00:25 +01:00
test_api.py fargo: prevent pushing the same file many times (#22682) 2018-03-27 13:08:06 +02:00
test_commands.py add a fargo-cleanup command (#22682) 2018-03-27 11:20:44 +02:00
test_manager.py document: correct method delete (#16186) 2017-05-08 23:51:03 +02:00
test_oauth2.py oauth2: do not use the document hash as primary key for temp files (#22717) 2018-03-22 21:15:30 +01:00
test_oauth2.txt add oauth2 access to get and put a document (#14147) 2017-11-06 17:37:00 +01:00
test_public.py tests: replace TestApp by classic app fixture (fixes #19900) 2017-11-06 15:08:36 +01:00