Suggested style fixes for data fixtures
All threads resolved!
All threads resolved!
Merge request reports
Activity
mentioned in merge request !29 (merged)
I like this approach in general. I'm concerned about prefixing functions with
test_
unless they are actual tests that will run (since I think this is the criteria for how pytest scans for test functions). What aboutflux_data_fixture
instead oftest_flux_data_fixture
?I feel that the name
test_data.py
is very descriptive, however it's my impression that similarly to above, pytest will look in modules prefixed withtest_
for test functions to run, so I'd prefer not to have a module prefixed withtest_
unless it actually contains test functions. What aboutinput_data.py
?- Resolved by Andreas Klöckner
How about now?
enabled an automatic merge when the pipeline for 7f1e9131 succeeds
mentioned in commit a3dcc093
Please register or sign in to reply