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

Integration Candidate: 2020-06-10 #743

Merged
merged 4 commits into from
Jun 17, 2020
Merged

Integration Candidate: 2020-06-10 #743

merged 4 commits into from
Jun 17, 2020

Commits on Jun 5, 2020

  1. Fix #734, continue cleanup of SB unit test

    Makes the SB unit test closer to recommended UT assert patterns
    
    Do not keep a separate "TestStat" state variable outside UT assert.
    Do not report separate status messages from the asserts.  Use UT assert.
    Do not "reset" in the middle of a test routine, split into separate
    test routines where this is done.
    No need for "START" and "STARTBLOCK" or "ENDBLOCK".  UT assert has
    messages for these test actions.  Each block should be a separate test
    routine and then these are unnecessary.
    jphickey committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    893c5ae View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Merge pull request #737 from jphickey/fix-734-sb-ut-cleanup

    Fix #734, continue cleanup of SB unit test
    astrogeco authored Jun 17, 2020
    Configuration menu
    Copy the full SHA
    ec5064d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4864d8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eefbfd0 View commit details
    Browse the repository at this point in the history