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