1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2026-07-25 23:43:28 +02:00
Commit graph

9 commits

Author SHA1 Message Date
Yann
9896c16e8e Small bugfixes in sqlobject and sqlwrapper 2015-06-03 09:30:12 +02:00
ArnAud
a86ff9ee97 ME : renommage et import 2015-05-29 17:09:10 +02:00
Yann
7de456c41c Merge branch 'master' of git.labocleo.org:lodel2 2015-05-29 16:05:26 +02:00
ArnAud
61e472e16e ME: no sub-directory 2015-05-29 11:01:49 +02:00
Yann
c7defe71e0 Added tests for sqlwrapper
Removed logging test in EditorialModel/lib/component.py
Added comment in Database/sqlwrapper.py
2015-05-28 17:41:45 +02:00
Yann
ebdb512500 Modification to be less dependent to django + logging in db wrapper 2015-05-27 15:05:05 +02:00
Yann
18c497a27b Fixing tests name to actually make them run
Test functions name as tests files name must begin with test in order to be run by manage.py test
2015-05-27 11:20:25 +02:00
Yann
eeaaf945d2 Created the class MlString and fixing syntax error
Created the class Lodel.utils.mlstring.MlString needed by EditorialModel.lib.component.EmComponent
The first test pass ! =)
2015-05-27 10:54:31 +02:00
Yann
8f2a3655bb Renaming and moving files + fixed a bug in Lodel.settings imports
Lodel/sttings/__init__.py wasn't able to import files when called by manage.py
Renaming em to EditorialModel and moved Em* objects to EditorialModel/lib
Adding a first test (that do not pass because of syntax errors in Em* classes)
2015-05-27 10:45:11 +02:00