Leonel Câmara
2a33c0faff
Changed URL validation to use urlparse instead of regex for spliting the URL
...
Enabled test_is_url in Python 3 since it is now passing
This might be one of the last fixes to #1353
Fixes #1598
2017-06-07 04:59:03 +01:00
mdipierro
1f4a490a84
Merge pull request #1620 from ilvalle/issue_1618
...
fix cron with py3, added initial tests, close #1618
2017-05-03 23:57:12 -05:00
ilvalle
90e606dcfd
fix cron with py3, added initial tests, close #1618
2017-05-01 15:31:37 +02:00
mdipierro
f31c9002f7
reverted pydal 16.11
2017-03-21 00:42:02 -05:00
mdipierro
cc11a14ce3
commented a test
2017-03-21 00:21:21 -05:00
Leonel Câmara
02f0bdb8d3
Auth refactor, extracted many methods into a base class for more generic auth mechanisms.
...
Partially addresses #1526
Includes a solution for IS_LOWER and IS_UPPER validator problems I mentioned in #1353
2016-11-05 16:37:22 +00:00
niphlod
a1e1bf3500
fix sys.path dance part #2 and scheduler tests for py3
2016-08-31 01:47:42 +02:00
ilvalle
032ee427c6
enabled tests/test_sqlhtml.py
2016-08-07 10:46:07 +02:00
ilvalle
61795bc65e
enabled test_web.py in PY3
2016-06-22 19:07:58 +02:00
ilvalle
2aeb063890
enabled test_appadmin, fix markmin2html, fix main.py
2016-06-15 20:17:58 +02:00
ilvalle
48209f5bdf
fix compileapp
2016-06-13 20:20:49 +02:00
ilvalle
34f753be56
fix languages
2016-06-13 20:20:49 +02:00
ilvalle
a27f6f88ef
fix serializers, websocket_messaging
2016-06-13 20:20:49 +02:00
ilvalle
ab2cdd595b
fix utils
2016-06-13 20:20:49 +02:00
ilvalle
7259516627
fix tools
2016-06-13 20:20:44 +02:00
ilvalle
fd850ab46f
fix validators, updated gluon/contrib/ipaddr
2016-06-07 19:50:49 +02:00
ilvalle
92374741ff
fix rewrite, enabled test_router & test_routes
2016-06-04 17:42:36 +02:00
ilvalle
dcd24cf88c
Updated fpdf to the last version (py3 compatible), fix contrib/appconfig
2016-06-04 09:23:31 +02:00
ilvalle
97eb013831
fix test_html and test_template for py3
2016-06-03 11:46:32 +02:00
ilvalle
db8306b5c4
fix iteritems, enabled test_cache & test_dal for 3.5
2016-06-02 17:21:36 +02:00
ilvalle
707330accd
Enabled 3.5 on travis
2016-06-02 16:06:49 +02:00
ilvalle
a1fd92b7f8
updated imports in tests
2016-06-02 14:28:21 +02:00
ilvalle
01bab81432
manually adapt few imports
2016-06-01 20:16:30 +02:00
Leonel Câmara
b8b63302f4
add test_appadmin to tests/__init__.py
2016-04-26 17:17:19 +01:00
niphlod
6abb78c559
initial tests for scheduler.py
2016-04-04 22:58:42 +02:00
mdipierro
cc40018e87
Merge pull request #1155 from niphlod/tests/recfile
...
tests for modules NEED to be in a separate unittest
2016-01-04 09:42:23 -06:00
niphlod
13e3adf22d
tests for modules NEED to be in a separate unittest
2015-12-30 21:20:24 +01:00
niphlod
0a263ffc8d
better test_utils and reorg to compileapp
2015-12-30 11:42:49 +01:00
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