Emmanuel Garette
|
5d8b5719a0
|
Merge branch 'master' into orm
Conflicts:
test/test_config_api.py
tiramisu/autolib.py
tiramisu/config.py
tiramisu/option.py
tiramisu/value.py
|
2014-04-13 10:30:42 +02:00 |
Emmanuel Garette
|
ff802b46e5
|
consistencies can make a warning instead of raises
for that, you have to set something like:
a.impl_add_consistency('not_equal', b, warnings_only=True)
warning product now adapted message
|
2014-03-12 21:56:53 +01:00 |
Emmanuel Garette
|
7c8049a8d0
|
Merge branch 'master' into orm
|
2014-01-27 23:28:43 +01:00 |
gwen
|
9deb67f887
|
warning and error messages not translated in the tests
|
2014-01-27 14:55:53 +01:00 |
Emmanuel Garette
|
374c56a9c8
|
first version with sqlalchemy option's storage
|
2013-11-23 23:34:17 +01:00 |
Emmanuel Garette
|
0a83a9261f
|
update invalid's message and display all informations when raises
|
2013-09-30 22:56:08 +02:00 |
gwen
|
162ae02df8
|
refactor (warnings_only)
|
2013-09-27 09:52:18 +02:00 |
Emmanuel Garette
|
f4677b9ef9
|
use warnings instead of a new dictionary
|
2013-09-26 21:56:06 +02:00 |
Emmanuel Garette
|
f040d3da61
|
warning is now a dict
|
2013-09-26 18:35:20 +02:00 |
Emmanuel Garette
|
e63dbf308d
|
more tests for warnings
|
2013-09-26 09:31:51 +02:00 |
Emmanuel Garette
|
329b9ac349
|
add _second_level_validation (second's one return only warning almost _validator raise)
|
2013-09-25 21:10:45 +02:00 |
Emmanuel Garette
|
06baff2f3b
|
add warning ability
|
2013-09-24 23:19:20 +02:00 |
Emmanuel Garette
|
90ae9aa70d
|
refactore carry_out_calculation + test + documentation
|
2013-09-19 21:39:41 +02:00 |