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

[Core] Throw an error when the OAI_CONFIG_LIST is missing. #1082

Merged
merged 8 commits into from
Jan 3, 2024

Commits on Dec 28, 2023

  1. Throw an explicit and proper error when someone asks to load the OAI_…

    …CONFIG_LIST, and it is missing.
    afourney committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    60d25f4 View commit details
    Browse the repository at this point in the history
  2. Updated to use pytest.raises. Added docstring. Updated some tests to …

    …not try to load the config_list when skipping OAI tests.
    afourney committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    115cb1b View commit details
    Browse the repository at this point in the history
  3. Fixed wrong indentation in config_list_from_json, and updated test_ut…

    …ils to work with non-empty lists.
    afourney committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    1bc8c21 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    9275f39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96d944c View commit details
    Browse the repository at this point in the history
  3. Added missingpath.

    afourney committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    664fb32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2dce1f5 View commit details
    Browse the repository at this point in the history
  5. Fixed conflict.

    afourney committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    57d11fe View commit details
    Browse the repository at this point in the history