spacepy / dbprocessing

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

Get unit tests working on Windows #119

Closed jtniehof closed 2 years ago

jtniehof commented 2 years ago

This PR makes all the changes necessary for the unit tests to work on Windows. Mostly this is changes in the test suite itself, but there are some changes in the actual code. This doesn't guarantee full functionality--I haven't run the functional, a lot of the scripts aren't tested, etc. But it's an incremental step. #116 would probably be the next step.

With this PR, all the unit tests also run on Mac. I didn't make any changes to make that happen, but I only tested on Mac once all the Windows fixes were in.

PR Checklist