Skip to content

Commit

Permalink
Included extra test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Renne Rocha authored and rennerocha committed Apr 15, 2020
1 parent d14a509 commit d09418f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_price_parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ def __eq__(self, other):
'EUR', None, None),
Example(None, 'EUR is the selected currency',
'EUR', None, None),
Example(None, ' Prices in EUR ',
'EUR', None, None),
Example(None, '13800 ₶ ',
'₶', '13800', 13800)
]


Expand Down

0 comments on commit d09418f

Please sign in to comment.