-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update MX beamlines to use new device factory - Part 1 #735
base: main
Are you sure you want to change the base?
Update MX beamlines to use new device factory - Part 1 #735
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #735 +/- ##
=======================================
Coverage 86.97% 86.97%
=======================================
Files 101 101
Lines 6931 6933 +2
=======================================
+ Hits 6028 6030 +2
Misses 903 903
|
Need to update beamline for |
5dfe500
to
b1b8a49
Compare
b1b8a49
to
a16bb7f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Feel free to merge once the dodal change is ready
|
||
|
||
@pytest.fixture(scope="function", autouse=True) | ||
def clear_device_factory_caches_after_every_test(i03_device_factories): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you think something similar would be useful in dodal?
This addresses
See also dodal PR
Additionally, this PR also adds unit test duration summary to the end of pytest, this was done because it seems that tests are taking longer, see related issue that is not addressed here
setup_context()
unexpected behaviour dodal#973