Skip to content

Comments

Add support of float numfields#1

Open
ivan-katkov wants to merge 16 commits intolfagundes:masterfrom
ivan-katkov:master
Open

Add support of float numfields#1
ivan-katkov wants to merge 16 commits intolfagundes:masterfrom
ivan-katkov:master

Conversation

@ivan-katkov
Copy link

No description provided.

self.assertEquals(self.parse("numfield=1"), Q(numfield=1))

def test_number_float(self):
self.assertEquals(self.parse("numfield=1.1"), Q(numfield=1.0))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test fails - I assume you were testing to make sure the test would fail, but then forgot to change it back to 1.0?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants