------------------
Changed
+++++++
* Testing now defaults to only running on mocks.
* Consolidated boolean that controls testing on "real files" to single place.
* Enabled GitHub Workflows for testing.
Fixed
+++++
* Bug in reserved parameter handling, such that only some reserved parameters
that were given with two trailing underbars (_) would be converted to their
appropriate "-key=value" form for ISIS. This was true for "restore" for example,
which was embarrassingly given in the documentation, but not tested!
* PathSet module documentation was missing the first letters of several words.