Esempio n. 1
0
def test_negetiveValues():
    assert tax(-99) == 0
Esempio n. 2
0
def test_tax1():
    assert tax(1) == 0.15
Esempio n. 3
0
def test_tax6():
    assert tax(250000) == 61796.57
Esempio n. 4
0
def test_tax5():
    assert tax(150000) == 31211.57
Esempio n. 5
0
def test_tax4():
    assert tax(100000) == 18140.66
Esempio n. 6
0
def test_tax3():
    assert tax(50000) == 7630.85
Esempio n. 7
0
def test_tax2():
    assert tax(2) == 0.3