niphlod
e62bead5e2
fixes issue #773
...
Removed redundant tests in test_validators.py since there's test_isurl.py
Added allowed_tlds from http://data.iana.org/TLD/tlds-alpha-by-domain.txt
Added script to easily update the official_top_level_domains for the future
2015-02-24 23:34:27 +01:00
niphlod
17f4e46423
fixes issue #742
2015-02-23 21:34:23 +01:00
Cem Eren
0760752719
Added test for sanitizer for the issue of closing no-close tags
2015-02-19 11:29:49 +02:00
gi0baro
5043731577
Updated tools tests for pydal
2015-01-17 13:35:52 +01: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
mdipierro
5bc5d0496e
R-2.9.12
2015-01-17 00:07:10 -06:00
ilvalle
1c281cc163
Initial tests for auth
2015-01-12 08:18:00 +01:00
gi0baro
8000bda0c9
Removed _default_validators impossible comparison check from DAL tests
2014-12-24 15:03:55 +01:00
gi0baro
c49e32bfd6
Updated DAL tests due to latest pyDAL validators change
2014-12-24 15:00:06 +01:00
mdipierro
75a32a1cde
Merge pull request #571 from niphlod/contrib/appconfig
...
new module appconfig.py
2014-12-22 22:32:35 -06:00
niphlod
ce025a6b8e
new module appconfig.py
2014-12-21 20:30:18 +01:00
ilvalle
d93810697f
fix cache clear with regex and tests
2014-12-16 20:32:51 +01:00
gi0baro
846d8f4e4b
Get tests working back on py26, disabled web2py_uuid comparison check
2014-12-15 22:51:02 +01:00
gi0baro
ad1fe87386
Updated tests configuration, avoid circular imports with new dal
2014-12-15 22:37:34 +01:00
gi0baro
5a605f59b9
Started adding new tests for dal implementation
2014-12-15 21:16:35 +01:00
mdipierro
199e719838
Merge pull request #556 from ilvalle/test_pack
...
test for w2p_pack/w2p_unpack
2014-12-12 05:11:15 -06:00
ilvalle
fd6c36e5f0
fix and initial tests for bigint
2014-12-11 11:27:16 +01:00
ilvalle
3e1037a73a
test for w2p_pack/w2p_unpack
2014-12-11 10:23:15 +01:00
mdipierro
4839df37e8
more tests, thanks Paolo
2014-12-09 20:59:26 -06:00
ilvalle
e9a89eff82
tests for lazy tables and substring expr
2014-12-06 00:45:56 +01:00
ilvalle
5474c68994
More gis tests
2014-12-04 12:18:17 +01:00
ilvalle
058930d42b
test for compileapp
2014-12-03 20:42:54 +01:00
ilvalle
2a8c04c69f
better SQLCustomType tests
2014-12-03 19:32:25 +01:00
ilvalle
f64098af14
Initial tests for SQLCustomType
2014-12-03 18:20:07 +01:00
ilvalle
64ae27862a
few more tests: gis functions, starts/endswith
2014-10-17 11:16:07 +02:00
mdipierro
99ddeb65fe
Merge pull request #523 from niphlod/tests/languages_on_gae
...
fix for GAE tests often failing for no apparent reason
2014-10-16 16:11:39 -05:00
niphlod
b616ee6a32
fix for GAE tests often failing for no apparent reason
2014-10-16 20:56:24 +02:00
ilvalle
4e110c691f
added initial gis tests
2014-10-11 20:09:09 +02:00
mdipierro
7c8d91d4c5
Merge pull request #486 from gi0baro/DAL-modular
...
Added modular DAL, updated gluon imports to new structure
2014-09-30 00:24:26 -05:00
gi0baro
502327e531
Fixed merge conflict
2014-09-25 12:51:39 +02:00
gi0baro
5c07c511fa
Merge branch 'master' into DAL-modular
...
* master: (58 commits)
changed version number
better types by default, given that we're on 2005 at least
fix for StorageList and tests added
improved coverage, fix bug with IS_LIST_OF and items not being strings
fix cache.increment, added tests
R-2.9.11
reverted simplejson
R-2.9.10
upgraded memcache and markdown2
upgraded pypyodbc.py
upgraded simplejson
no more split in contains, thanks Niphlod
fixed wording and bug on contains(), made smart_query use ilike instead of like
ilike, thanks Niphlod
CROSS JOIN, thanks jotbe
added custom represent to GoogleDatastoreAdapter, thanks Alan
postgresql: identifies what adapter auto-loads json values
added more tests for json Field
fixed typo in driver_auto_json
Improve the graphing to show the name of the application.
...
Conflicts:
gluon/dal.py
gluon/globals.py
gluon/tests/test_dal.py
2014-09-25 12:49:16 +02: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
mdipierro
bb199ad533
Merge pull request #503 from niphlod/tests/validators
...
improved coverage, fix bug with IS_LIST_OF and items not being strings
2014-09-20 12:55:56 -05:00
niphlod
8bbd22eba8
improved coverage, fix bug with IS_LIST_OF and items not being strings
2014-09-19 00:15:25 +02:00
niphlod
50f16744a7
fix cache.increment, added tests
2014-09-16 23:50:10 +02:00
Niphlod
ecc6e5dc5e
added more tests for json Field
2014-09-14 16:01:22 +02:00
niphlod
bd87879cde
added test for storage pickling
2014-09-10 18:24:52 +02:00
gi0baro
7fde332392
Fixed gluon.tests.dal_nosql with new imports
2014-09-03 15:26:24 +02:00
gi0baro
5e5e649c28
Added modular DAL, updated gluon imports to new structure
2014-09-03 12:48:03 +02:00
niphlod
b6f9bdef95
fix like behaviour
2014-06-10 22:37:55 +02:00
niphlod
75e59b8bf5
fix rewrite tests under Windows
2014-06-03 23:31:54 +02:00
mdipierro
593592fb5f
Merge pull request #453 from niphlod/fix/coverage_ini
...
we don't want gluon/tests to be covered
2014-06-02 21:36:43 -05:00
mdipierro
439c9978d3
Merge pull request #452 from niphlod/fix/tests_mp
...
fix multiprocessing tests under windows
2014-06-02 21:36:08 -05:00
niphlod
2832ac463e
we don't want tests to be covered
2014-06-02 22:27:00 +02:00
niphlod
05b4503531
fix multiprocessing tests under windows
2014-06-02 16:31:58 +02:00
niphlod
f1606ee091
added tests and refactored incorrect docstrings
2014-05-29 23:34:32 +02:00
mdipierro
27bb2ee6b8
removed some files but not all (for now)
2014-05-09 15:24:18 -05:00
Massimo
7e470d7786
added missing files
2014-04-15 10:22:57 -05:00
mdipierro
39ee2a5991
skip languages write test on GAE
2014-04-07 12:16:19 -05:00