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

YAML test parser #24066

Merged
merged 23 commits into from
Dec 15, 2022
Merged

Commits on Dec 2, 2022

  1. Initial commit of 3 files from Vivien's branch

    These 3 files came from commit ID
    e391dad
    tehampson committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    98bef42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    011180e View commit details
    Browse the repository at this point in the history
  3. Restyle

    andy31415 committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    1ef84a6 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Small tweaks plus adding unit test

    * Moving towards PEP8 naming convension
    * Refactor results to be less focused string matching
    * Added very basic unit test file
    
    Test run using:
    `python3 scripts/tests/test_yaml_parser.py`
    tehampson committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    4fcd6a1 View commit details
    Browse the repository at this point in the history
  2. Refactor constraints

    tehampson committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    1b410ef View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    ce47d84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b06cbd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c680b7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1115306 View commit details
    Browse the repository at this point in the history
  5. [Yaml Parser] Add _convert_single_value_to_values and make it sooner …

    …such that some code can be made simpler
    vivien-apple committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    1c5f1cb View commit details
    Browse the repository at this point in the history
  6. Small fixes

    tehampson committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    e36f684 View commit details
    Browse the repository at this point in the history
  7. [Yaml Parser] Moves _convert_single_value_to_values up one block such…

    … that update_with_definition can be simplified
    vivien-apple committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    310122b View commit details
    Browse the repository at this point in the history
  8. Move __update_placeholder to TestStep

    Also TestStep have internal pointer to config dictionary
    tehampson committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    e6d3919 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    6eba146 View commit details
    Browse the repository at this point in the history
  2. Refactor for TestStep into two parts

    As well as stype formatting to get it ready for review
    tehampson committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    06218a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad4fa77 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    a4067e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    005cc7e View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Make Restyle Happy

    tehampson committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    6151607 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08a1677 View commit details
    Browse the repository at this point in the history
  3. Fix test name

    tehampson committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    7b2100d View commit details
    Browse the repository at this point in the history
  4. Fix test name

    tehampson committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    8573cfd View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Address PR comments

    tehampson committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    0036de8 View commit details
    Browse the repository at this point in the history