-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
The latest version of pytest (8.4.0) now automatically fails a test that has a return value (see the changelog and the PR with the change).
From a little grepping, this change only affects one test, test_get_component_name in stage_1/info_test.py.
bmi-tester/src/bmi_tester/_tests/stage_1/info_test.py
Lines 8 to 13 in c4f5c99
| def test_get_component_name(initialized_bmi): | |
| """Test component name is a string.""" | |
| name = initialized_bmi.get_component_name() | |
| assert isinstance(name, str) | |
| return name |
Metadata
Metadata
Assignees
Labels
No labels