Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhanced error handling and design of parse_data #30

Commits on Sep 5, 2023

  1. Enhanced error handling and design of parse_data

    FileNotFoundError when config file path results in 0 read files
    Data influx now denoted as required and optional in comments
      required data will stop execution with error
      required data was updated with error handling
      optional data does not stop execution
      optional data reatained its original behaviors:
        booleans are optional, but become None not False when missing
        benchmark data sets until fail then passes in a "don't care" fashion
    KeyError catch for required data now extends original key error
      includes config_filepath
      includes key value that failed
    Updated and added approprate unit tests
      needed return values with length for config.read call
      added error handling tests
    asgibson committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    0873b5d View commit details
    Browse the repository at this point in the history