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