Python mongoengine.FloatField() Examples
The following are 1
code examples of mongoengine.FloatField().
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example.
You may also want to check out all available functions/classes of the module
mongoengine
, or try the search function
.
Example #1
Source File: test_converter.py From graphene-mongo with MIT License | 5 votes |
def test_should_float_convert_float(): assert_conversion(mongoengine.FloatField, graphene.Float)