Skip to content

Commit 6c4fefb

Browse files
committed
Enhance test coverage
1 parent 6344660 commit 6c4fefb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_wind_turbine.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ def test_get_turbine_data_from_file(self):
3838
file_='not_existent')
3939

4040
def test_get_turbine_types(self):
41-
get_turbine_types(print_out=False)
41+
get_turbine_types(print_out=True, filter_=True)
42+
get_turbine_types(print_out=False, filter_=False)

0 commit comments

Comments
 (0)