We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb82306 commit 2d42ca9Copy full SHA for 2d42ca9
message_ix_models/tests/tools/test_bilateralize.py
@@ -25,6 +25,7 @@
25
# Get logger
26
log = get_logger(__name__)
27
28
+
29
def test_generate_edit_files():
30
"""
31
Checks that required files are generated in both
@@ -69,6 +70,7 @@ def test_build_parameter_sheets():
69
70
assert "trade" in test_dict[tec].keys()
71
assert "flow" in test_dict[tec].keys()
72
73
74
def test_bilat_scenario(request: pytest.FixtureRequest, test_context: Context):
75
76
Test bilateralization on a scenario.
0 commit comments