__jnaut__
__jnaut__
I think the real problem is in the file /code/appenv/src/sharpy/tests/product_tests.py The line https://github.com/Saaspire/sharpy/blob/master/tests/product_tests.py#L477 the method signature is ``` def assert_charged(self, code, each_amount, quantity=None, description=None): ``` and within the method the...
hmmm.... the same thing is done at File "/code/appenv/src/sharpy/tests/product_tests.py", line 595, in test_add_one_time_invoice_with_description 'each_amount': Decimal(5.23), a direct float->decimal conversion and it is dawning to me that all these tests must...