-
Notifications
You must be signed in to change notification settings - Fork 9
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
Replace unit tests marked by the @pytest.mark.local
decorator.
#810
Comments
@pytest.mark.local
decorator.@pytest.mark.local
decorator.
Focus on creating tests for lines of code not already covered by tests. Coverage of apstools/apstools/devices/positioner_soft_done.py Lines 246 to 249 in 7d6ac98
|
No test failures in the recent CI. Even with the Still, this line fails sometimes (local or CI):
|
While these tests are now succeeding, the fix is part of #954. |
Replace the three tests. For now, restore the
@pytest.mark.local
decorator. As noted in #809, the current tests do not reveal if there is a problem with theapstools.devices.positioner_soft_done
or the tests themselves. Refactor with simpler tests that are focused on features of the support, as noted in #810.Originally posted by @prjemian in #748 (comment)
The text was updated successfully, but these errors were encountered: