Open GoogleCodeExporter opened 9 years ago
Unfortunately your change break tests.
File "/Users/gawel/py/formalchemy/formalchemy/tests/test_fieldset.py", line
1071, in
formalchemy.tests.test_fieldset
Failed example:
fs_s._fields
Expected:
{'foo': AttributeField(foo), 'id': AttributeField(id)}
Got:
{'_foo': AttributeField(_foo), 'id': AttributeField(id)}
I guess the real problem came from the map_column parameters. We don't have
this in
tests. Need to add one for this.
Original comment by gael.pas...@gmail.com
on 18 Aug 2009 at 10:38
This is still an issue I take it?
Original comment by kkin...@gmail.com
on 23 Jul 2010 at 5:18
Feel free to fork. But please, don't forget unit tests.
Original comment by gael.pas...@gmail.com
on 23 Jul 2010 at 8:02
Original issue reported on code.google.com by
d.t.r...@gmail.com
on 8 Jul 2009 at 3:41