Markus Lampert
eaa36b0338
pylint3 cleanup of unit tests
2019-07-09 21:41:33 -07:00
markus
9cc08cee0f
Fixing unit tests for more conservative height settings.
2018-09-02 00:32:22 -07:00
Markus Lampert
51d0d4e19e
Using UserString for comparison instead of the actual value to avoid rounding errors depending on the unit-system used.
2018-03-25 12:34:51 +02:00
plgarcia
ba7fed2391
Very minor problem. Test of sheets is impacted by the locale. The decimal separator may be , instead of .
...
An assertEqualLocale function has been added to replace , by . in the values impacted by the locale with before comparison with the expected string containing a . as decimal separator.
Works fine
2017-11-18 22:04:57 +01:00
Markus Lampert
7448d47b8a
Fixed more python 2/3 unicode issues.
2017-10-22 19:50:30 -07:00
Markus Lampert
eaa7b6f591
Fixed all ops to use Op...Depth in order to not mess with the expressions.
2017-10-22 11:24:58 -07:00
Markus Lampert
1a29468094
Replaced spreadsheet with dedicated SetupSheet object in order to better support expression setting.
2017-10-22 11:24:58 -07:00
Markus Lampert
dba05326ff
Reverted back to using the spreadsheet Name for the expression, since it has less issues than using the Label.
2017-10-22 11:24:58 -07:00
Markus Lampert
0d8a1500d5
Added template attribute encoding/decoding for setup sheet label changes.
2017-10-22 11:24:58 -07:00