1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2026-07-05 07:10:48 +02:00
Commit graph

10 commits

Author SHA1 Message Date
Yann
9939152c9f Fixing datasources and migration handlers name + the way datasource's __init__ args 2016-02-25 14:31:27 +01:00
Yann
4d9ced1807 Unskip, delete and fix some tests 2016-01-28 15:43:49 +01:00
Yann
6e349fbd66 Update tests 2016-01-27 11:57:59 +01:00
Yann
ec386c3e72 Update datasource tests (deleted test concerning multivalue fields) + add an utility method in DataSource/MySQL/fieldtypes.py 2016-01-22 15:26:50 +01:00
ArnAud
642fec49e9 sql datasource tests: repair after changes of utils functions 2016-01-07 12:20:21 +01:00
Yann
89667ee1d1 Fixing tests and other classes to fit recent changes 2016-01-06 16:07:24 +01:00
Yann
b8266f3303 Update relations rank modifications 2015-12-17 12:30:04 +01:00
Yann
1782153774 Add a test_query to the datasource select test method
The query is something like Textes.select(fields = ['lodel_id', 'titre'], filters = ['lodel_id = 42', 'soustitre = "foobar"'])
2015-12-17 11:12:57 +01:00
Yann
f911a389de Add a test for MySQL datasource select method
Test only select on LeObject childs without relational_filters
2015-12-17 11:09:45 +01:00
Yann
9e5e8a8433 Move test directory in MySQL for MySQL tests 2015-12-17 11:09:45 +01:00
Renamed from DataSource/test/test_mysql_datasource.py (Browse further)