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