Skip to content

Need for simple unit tests #13

Description

@ghutchis

It would be great to have some simple unit tests:

  • python script.py -h runs without syntax errors
  • python script.py --display-name works
  • python script --print-options returns valid JSON
  • grabbing the options from --print-options and returning defaults to python script.py --generate-input works

The last one takes some work (e.g., going through the options JSON and creating default JSON) but these would be helpful to make sure everything checks out.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions