Пример #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"