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