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 3a6ed88 commit d57801eCopy full SHA for d57801e
tests/test_data_handling.py
@@ -78,7 +78,7 @@ def test_broken_pwr_curve(self):
78
79
def test_get_turbine_types(self, capsys):
80
"""Test the `get_turbine_types` function."""
81
- get_turbine_types()
+ get_turbine_types(turbine_library="oedb")
82
captured = capsys.readouterr()
83
assert "Enercon" in captured.out
84
get_turbine_types("oedb", print_out=False, filter_=False)
0 commit comments