Strip trailing 0 of Decimal in doctest
For SQLite backend, values coming from SQL query has often the wrong number of decimal. This is because SQLite backend does not really has a NUMERIC type. So often we have to compare Decimal instead of relying on doctest checker. But this makes more difficult to debug scenario because we do not have the difference between values.