コード例 #1
0
ファイル: true_value.py プロジェクト: Python3pkg/Ocelot
def test_choice_allocation_method(cogen):
    assert choose_allocation_method(cogen) == "economic"
コード例 #2
0
ファイル: waste_treatment.py プロジェクト: Python3pkg/Ocelot
def test_choice_allocation_method(paper):
    assert choose_allocation_method(paper) == "waste treatment"
コード例 #3
0
ファイル: recycling.py プロジェクト: Python3pkg/Ocelot
def test_choice_allocation_method(aluminium):
    assert choose_allocation_method(aluminium) == "recycling"
コード例 #4
0
ファイル: true_value.py プロジェクト: OcelotProject/Ocelot
def test_choice_allocation_method(cogen):
    assert choose_allocation_method(cogen) == "economic"
コード例 #5
0
ファイル: economic.py プロジェクト: Python3pkg/Ocelot
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
ファイル: economic.py プロジェクト: OcelotProject/Ocelot
def test_choice_allocation_method(cardboard):
    assert choose_allocation_method(cardboard) == "economic"