for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
"""utils module tests."""
from econopy.utils import deflate_vat
def test_vat():
defl = deflate_vat(100)
assert defl == 100 / 1.21