Exemplo n.º 1
0
def test_choice_allocation_method(cogen):
    assert choose_allocation_method(cogen) == "economic"
Exemplo n.º 2
0
def test_choice_allocation_method(paper):
    assert choose_allocation_method(paper) == "waste treatment"
Exemplo n.º 3
0
def test_choice_allocation_method(aluminium):
    assert choose_allocation_method(aluminium) == "recycling"
Exemplo n.º 4
0
def test_choice_allocation_method(cogen):
    assert choose_allocation_method(cogen) == "economic"
Exemplo n.º 5
0
def test_choice_allocation_method(cardboard):
    assert choose_allocation_method(cardboard) == "economic"
Exemplo n.º 6
0
def test_choice_allocation_method(paper):
    assert choose_allocation_method(paper) == "waste treatment"
Exemplo n.º 7
0
def test_choice_allocation_method(cardboard):
    assert choose_allocation_method(cardboard) == "economic"