예제 #1
0
def test_choice_allocation_method(cogen):
    assert choose_allocation_method(cogen) == "economic"
예제 #2
0
def test_choice_allocation_method(paper):
    assert choose_allocation_method(paper) == "waste treatment"
예제 #3
0
def test_choice_allocation_method(aluminium):
    assert choose_allocation_method(aluminium) == "recycling"
예제 #4
0
def test_choice_allocation_method(cogen):
    assert choose_allocation_method(cogen) == "economic"
예제 #5
0
def test_choice_allocation_method(cardboard):
    assert choose_allocation_method(cardboard) == "economic"
예제 #6
0
def test_choice_allocation_method(paper):
    assert choose_allocation_method(paper) == "waste treatment"
예제 #7
0
def test_choice_allocation_method(cardboard):
    assert choose_allocation_method(cardboard) == "economic"