niphlod
5c167907eb
fixes #628
...
response.include_files is now cleaner and easier to maintain
You can specify a tuple of (type, url) to include external assets
without extension (such as the usecase described in #628 )
Added tests for include_files, that was never included in CI tests
2015-05-08 21:51:56 +02:00
gi0baro
4b337c3e2c
Merge branch 'master' into pydal-pip
...
Conflicts:
gluon/__init__.py
gluon/dal/_load.py
gluon/dal/adapters/base.py
gluon/dal/adapters/google.py
gluon/dal/adapters/postgres.py
gluon/dal/adapters/teradata.py
gluon/dal/base.py
gluon/dal/objects.py
gluon/tests/__init__.py
gluon/tests/test_dal_nosql.py
2015-01-17 13:32:06 +01:00
ilvalle
1c281cc163
Initial tests for auth
2015-01-12 08:18:00 +01:00
gi0baro
ad1fe87386
Updated tests configuration, avoid circular imports with new dal
2014-12-15 22:37:34 +01:00
niphlod
0721988b65
added tests for gluon/html.py and gluon/serializers.py
...
uhm
2014-09-24 22:14:55 +02:00
niphlod
34a417cfa0
fix for StorageList and tests added
...
gluon/storage.py
StorageList had a recursion error (please check the implementation before committing)
gluon/tests*
added the fix_path module to avoid those ugly lines at the beginning of each test file
added tests for gluon.contenttype and test_fileutils
added tests for missing Storage methods
2014-09-21 08:26:38 +02:00
Alan Etkin
35d56ec3f0
Add mongodb and imap tests for dal
...
Added mongodb uri string for tests
2014-01-28 17:46:05 -03:00
Massimo
060eddf812
fixed security issue with redirect after expired login, thanks André Kablu
2014-01-24 16:22:42 -06:00
Alan Etkin
98610df1d4
NoSQL dal tests
2014-01-22 08:50:03 -03:00
niphlod
78a0fe0769
removed unmaintained test.sh, ported validators doctests to unittests, fixed an issue with IS_MATCH() that never worked
2013-10-13 17:48:07 +02:00
Michele Comitini
d2757294af
added support for custom state messages in HTTP
2013-05-03 17:30:25 +02:00
niphlod
6594e7a607
add doctest hook for markmin. It wasn't run previously.
2013-04-17 23:55:11 +02:00
mdipierro
887d4cc136
enabled doctests (python 2.7 only)
2013-04-15 18:05:59 -05:00
Massimo
0fce3655d5
enabling test_web tests in travis, thanks Niphlod
2013-03-21 15:10:32 -05:00
mdipierro
07486b27a7
yet better markmin has [[NEWLINE]], thanks Vladyslav
2012-08-31 09:02:54 -05:00
mdipierro
c6a22d237b
updated gluon/tests/__init__.py, thanks Jonathan
2012-08-29 17:59:44 -05:00
Massimo Di Pierro
95e91329a2
added tox.ini, thanks Marc
2012-05-06 17:27:54 -05:00
Massimo Di Pierro
d421c1321b
initial commit
2011-11-22 23:30:42 -06:00