Commit Graph

7 Commits

Author SHA1 Message Date
Nicolas Roche 06db6d8767 misc: apply isort (#52937) 2021-05-07 13:51:13 +02:00
Emmanuel Cazenave 4138a92412 tests: pass binary data to atomic_write (#38781) 2020-01-29 10:27:54 +01:00
Serghei Mihai 765166fa6d utils: write atomic temporary file on default storage location (#32543) 2019-04-24 10:08:24 +02:00
Benjamin Dauvergne 95446af6ce tests: define a MEDIA_ROOT (#32516)
To prevent cluttering project root with tests files. Some connector's
test had to be changed:
* family connector tests had to be changed as it magically used a local
file path as a Django stored file path.
* mdel tests where completely bogus around storage
2019-04-23 11:40:28 +02:00
Benjamin Dauvergne c778669e90 utils: add an atomic_write() context manager (#32413) 2019-04-19 17:46:13 +02:00
Benjamin Dauvergne 72489a1707 Revert "utils: add an atomic_write() context manager (#32413)"
This reverts commit a52c914e8f.
2019-04-19 11:19:11 +02:00
Benjamin Dauvergne a52c914e8f utils: add an atomic_write() context manager (#32413) 2019-04-17 16:42:33 +02:00