Data fixtures
Refactored test suite to use pytest's fixture capability to abstract input data and eliminate repetition of data declaration and setup.
Added more test cases -- at this point everything besides the top-level compute_flux_derivatives
has a reasonably complete set of tests for uniform grids.
Closes #17 (closed) Closes #18 (closed)