Commit graph

18 commits

Author SHA1 Message Date
Benoît Bryon
d587c515f0 Refs #74 - Switched to tox as test-environment manager. Added flake8 to the test suite. Dropped python 2.6 tests. Makefile no longer creates a virtualenv. 2014-02-10 01:27:14 +01:00
Benoît Bryon
2962b84135 Refs #74 - Removing zc.buildout for DEV/TEST environments. WORK IN PROGRESS. 2014-01-24 15:26:16 +01:00
Benoît Bryon
40f407b627 Upgraded versions in development environment. 2013-11-29 09:21:26 +01:00
Benoît Bryon
bb982b84be Upgraded software in development environment, including zc.buildout 2.2.1 and Django 1.6. 2013-11-08 11:51:22 +01:00
Benoît Bryon
2c1ad3c730 ObjectDownloadView now inherits from SingleObjectMixin and BaseDownloadView. Added example for setup_view() in documentation. 2013-11-05 11:44:48 +01:00
Benoît Bryon
f623728bb9 Enabled collective.recipe.omelette in DEV environment. 2013-10-21 14:29:12 +02:00
Benoît Bryon
47fc5bc9e3 Enhanced buildout configuration for development environment: using crate.io, upgraded to python-termstyle 0.1.10. 2013-07-26 01:38:38 +02:00
Benoît Bryon
7f26fc362d Upgraded zest.releaser to version 3.45 (support of VERSION file). 2013-05-28 15:50:43 +02:00
Benoît Bryon
31c0a0f4b9 Refs #34 - Introduced unit tests for DownloadMixin.was_modified_since(). Refactored DownloadMixin: easier to test, better docstrings. 2013-05-14 00:25:30 +02:00
Benoît Bryon
eff185b858 Frozen version of evg.recipe.activate in development environment. 2013-05-06 16:48:49 +02:00
Benoît Bryon
c7033295fc Sorted known good set of versions, for easier maintenance. 2013-04-11 11:32:38 +02:00
Benoît Bryon
df0728c341 Frozen version of 'requests' for development environment. 2013-04-11 11:30:23 +02:00
Benoît Bryon
a6631ffb00 Merge pull request #28 from novagile/master
Refs #13 : upgrade to Django 1.5 and support for StreamingHttpResponse
2013-03-20 08:24:23 -07:00
Benoît Bryon
c978f21373 Improved Makefile + some other minor improvements 2013-03-20 16:21:48 +01:00
Benoît Bryon
5a3ff57e23 Refs #13 - Using Django's StreamingHttpResponse. Requires Django>=1.5. Introduced django_downloadview.test.assert_download_response(). 2013-03-20 16:00:20 +01:00
Benoît Bryon
631099d173 Updated buildout configuration. Added tests around documentation with sphinxcontrib-testbuild. 2013-02-06 15:32:29 +01:00
Benoit Bryon
ab75aa6e08 Fixed tests: tests use a temporary settings.MEDIA_ROOT, so files are isolated for tests. 2012-08-28 10:13:41 +02:00
Benoit Bryon
24b15e0400 Improved testing. Fixed 'make documentation'. 2012-08-27 18:27:00 +02:00