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

Fix #734, continue cleanup of SB unit test #737

Merged

Commits on Jun 5, 2020

  1. Fix nasa#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