diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2016-02-10 00:07:32 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2016-02-10 00:07:32 +0100 |
commit | 8269885f9a71850838ee003627bcfd6d6d53e2ee (patch) | |
tree | fdac4f0e88872496842e6578044d87e5f18a9ac1 /tests/test_django.py | |
parent | 2eb8242a31f303d36c15b4644c54afb2cef8257e (diff) | |
download | factory-boy-8269885f9a71850838ee003627bcfd6d6d53e2ee.tar factory-boy-8269885f9a71850838ee003627bcfd6d6d53e2ee.tar.gz |
fuzzy: Fix decimal.FloatOperation warning (Closes #261)
Under Python 2.7+, the previous versions was directly casting fuzzy
Decimal values into a float, which led to warnings in code trying to
avoid such conversions in its tested code.
Since we're just building random values, that behavior led to false
positives or required jumping through weird hoops whenever a
FuzzyDecimal was used.
We now go trough a ``str()`` call to avoid such warnings.
Diffstat (limited to 'tests/test_django.py')
0 files changed, 0 insertions, 0 deletions