Commit Graph

27 Commits

Author SHA1 Message Date
nitely
3989d2c97f fix travis 2018-01-30 10:11:23 -03:00
Esteban Castro Borsani
bbe9969573 Feature/django1 11 (#200)
* update requirements

* update compatibility

* update travis

* update history
2017-09-25 03:28:35 -03:00
Esteban Castro Borsani
6dc6c87a04 Feature/install (#193)
* add yarn

* spirit startproject command

* readme usage

* remove example from travis

* readme run tests

* exit instead of raise

* remove yarn.lock

* core.conf settings

* django.conf.settings -> core.conf.settings everywhere

* editorconfig makefiles

* docs

* core.conf.defaults docs

* installation docs

* upgrade docs

* update history

* spirit.settings deprecation warning

* update readme
2017-09-24 12:38:54 -03:00
Esteban Castro Borsani
4c8fbac155 Feature/support django 1 10 (#139)
* topic.poll fix test

* update requirements

* travis test env django 1.8, 1.9 and 1.10

* readme add django 1.10

* history add support django 1.10

* coveragerc omit migrations runtests and setup
2016-11-14 00:48:35 -03:00
Robert Kolner
32d7f0832b Support for Django 1.9 (#137)
* Bump versions of django and django-haystack in requirements.txt

* Update django-djconfig to django-1.9-compatible version

* Changed the old style usage of get_model to new django.apps

This change is backward-compatible to django-1.7.

* Do not autoescape rendered template contexts in tests

A change in django
(django/django@19a5f6da32) caused all
rendered templates to be autoescaped by default, which broke some
of the tests by escaping ampersands in rendered urls.

* Remove Python 3.3 from .travis.yml

Django 1.8 is the last one to support Python 3.3.
2016-11-13 21:36:42 -03:00
nitely
31a5be46ec travis remove pip --use-mirrors option 2015-11-13 10:56:09 -03:00
nitely
03140145ca bump Pillow requirement and adds python 3.5 to travis 2015-11-13 10:33:31 -03:00
nitely
e801fc2c04 travis no sudo 2015-09-06 12:23:44 -03:00
esteban
d0df9c4993 fix failing flake8 2015-03-26 23:29:48 -03:00
nitely
519ef8ad52 flake8, exit without failing 2014-12-14 18:09:07 -03:00
Benjamin ABEL
451316bdec Use setup.cfg file for flake8
I used the configuration from django/setup.cfg.

- fixed extra blank lines
- fixed some minor issues with the `_` variable in `test_user`
- added to excluded F841 for unused variables, this needs more work
2014-11-29 20:02:57 +01:00
nitely
aa9315f996 travis 2014-11-27 19:44:10 -03:00
nitely
3547d12adf travis 2014-11-27 19:38:45 -03:00
nitely
3763b0efa5 travis 2014-11-27 19:32:23 -03:00
nitely
023793a333 travis 2014-11-27 18:46:55 -03:00
nitely
6d95baf012 travis 2014-11-27 18:40:05 -03:00
nitely
1ccd6e0419 example refactored 2014-11-27 18:34:30 -03:00
Benjamin ABEL
c64641d87a Separate example and tests
Each folder has is own settings and urls and can be tested with
`runtests.py`

1. `./runtests` run tests with `tests/settings.py` file
2. `./runtests example` run tests with `example/settings.py` file

`runtests.py` write to stdout the settings file used.
2014-11-25 14:24:50 +01:00
Benjamin ABEL
95aefc7383 Move tests to root directory
Also the run_tests.py has been renamed runtests.py
2014-11-20 22:49:24 +01:00
nitely
d435ce525e test runner, log warnings 2014-11-20 15:16:49 -03:00
Benjamin ABEL
d364a9cce2 Fix flake8 import errors
- Removed unused imports in files
- Added `__all__` variables in `__init__.py` and `spirit_tags.py`
- Added flake8 check to `.travis`
2014-11-17 22:51:39 +01:00
Benjamin ABEL
32e87fa024 Check pep8 with travis
An `.editorconfig` file has been added for unifying the coding style
for different editors and IDEs.
2014-11-17 15:03:39 +01:00
Benjamin ABEL
a46788154c Run tests in python 2.7, 3.3 and 3.4 in travis 2014-11-08 21:43:48 +01:00
nitely
e830fb2047 git 2014-05-09 20:04:37 -03:00
nitely
9106d11fe8 coveralls 2014-05-09 19:59:46 -03:00
nitely
074d9b2756 test runner 2014-05-09 19:32:31 -03:00
nitely
db53d2ab86 Initial commit 2014-05-09 18:34:48 -03:00