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
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
mdipierro
ce2d958f9a
Merge pull request #366 from spametki/testdalmongodb
...
Add mongodb and imap tests for dal
2014-01-28 13:43:07 -08: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
Michele Comitini
310528ea10
added entity_quoting (False by default) parameter to DAL to optionally enable entity name quoting by adapters.
2014-01-28 17:45:15 +01:00
Massimo
060eddf812
fixed security issue with redirect after expired login, thanks André Kablu
2014-01-24 16:22:42 -06:00
mdipierro
13cc8df4be
Merge pull request #362 from niphlod/enhancement/disable_with
...
remove disable_with if not needed
2014-01-23 20:37:22 -08:00
niphlod
341a5e0c40
remove disable_with if not needed
2014-01-23 21:59:43 +01:00
Alan Etkin
98610df1d4
NoSQL dal tests
2014-01-22 08:50:03 -03:00
niphlod
0c6eaf536a
someone forgot tests.... grrrr!
2014-01-20 21:28:44 +01:00
mdipierro
48870b1dd1
Merge pull request #355 from reingart/master
...
debugger and soap contrib update and fixes
2014-01-19 21:41:25 -08:00
Mariano Reingart
0e0ae1b5be
added soap client/server test (including for status 500 to check issue #153 )
2014-01-19 18:29:42 -03:00
mdipierro
34bbb376be
allow URL(...,language=...) with parametric router, thanks Jonathan
2014-01-14 22:17:28 -06:00
niphlod
7d59bcab72
first steps to a cleaner DAL and rname integration
2014-01-13 23:35:42 +01:00