UDST / orca_test

Data assertions for the Orca task orchestrator
BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

Prep for release v0.1 #23

Closed smmaurer closed 6 years ago

smmaurer commented 6 years ago

This PR makes some small fixes to prep for labeling a release v0.1. We're thinking of making some larger changes that could affect existing users (for example, raising an error when an unidentified key is included in a spec), so it would be nice to create an initial release that reflects the prior behavior.

This PR does the following:

  1. Updates the development_tests.py script with Python 2/3 cross-compatibility.
  2. Fixes a bug in the same script identified in Issue #7 (it was a bug in the test, not in the codebase).
  3. Removes cruft from the setup.py setuptools script.
  4. Updates version number and dependencies in the same script.