spacepy / dbprocessing

Automated processing controller for heliophysics data
5 stars 4 forks source link

Fix test_DBfile when called by itself #67

Closed jtniehof closed 3 years ago

jtniehof commented 3 years ago

This is a simple fix for test_DBfile. The included tests were working when called from test_all.py, but not when calling test_DBfile.py directly. The pathing is slightly different in those two cases and, in the latter case, it couldn't find the test data. Fixed by using the dbp_testing helper.

PR Checklist