|
d0d8b7d11d
|
Added missing unit test for content type overrides.
|
2016-05-03 11:23:26 +02:00 |
|
|
0389b05b14
|
Save temporary files in STORAGE_DIR
This makes it trivial to save uploaded files to STORAGE_DIR, as the
temporary files Flask saves them in are already there.
|
2016-05-03 11:22:54 +02:00 |
|
|
681754eade
|
Removed some obsolete unit tests.
|
2016-05-02 11:13:19 +02:00 |
|
|
d5c2df371a
|
Small test change: do as little as possible in an app test context.
|
2016-04-26 12:38:44 +02:00 |
|
|
8b4e0c4578
|
Fixed imports for py.test
For some reason the 'from application import utils' worked fine when
running unittests from PyCharm, but breaks in py.test. Strange.
|
2016-03-25 18:27:27 +01:00 |
|
|
7c04e01cde
|
Some security fixes and other fixes for file storage.
Also added unittests for creating files.
|
2016-03-25 18:23:01 +01:00 |
|