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

Adjust the name of the testing function. #504

Merged
merged 1 commit into from
Nov 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/tests/test_scenarioSpinningBodiesTwoDOF.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@
# of the multiple test runs for this test.
@pytest.mark.parametrize("numberPanels", [1, 2])
@pytest.mark.scenarioTest

def test_bskAttitudeFeedbackRW(show_plots, numberPanels):
def test_scenarioSpinningBodiesTwoDOF(show_plots, numberPanels):
'''This function is called by the py.test environment.'''
# each test method requires a single assert method to be called

Expand All @@ -78,4 +77,4 @@ def test_bskAttitudeFeedbackRW(show_plots, numberPanels):

# each test method requires a single assert method to be called
# this check below just makes sure no sub-test failures were found
assert testFailCount < 1, testMessages
assert testFailCount < 1, testMessages
Loading