Closed DominicOram closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 85.00%. Comparing base (
9aa3698
) to head (66120f3
). Report is 1 commits behind head on main.
🚨 Try these New Features:
Similar to https://github.com/DiamondLightSource/dodal/pull/903.
On removing setting the timeouts the tests still passed at the same speed so turns out we're not using them at all. However, it did highlight that
test_detect_grid_and_do_gridscan
was a bit flaky. This was because we were using the "real" backlight positioner, which takes some time to move in/out. Previous tests were doing the move and not waiting on it, then this test would fail on the check. Fixed by using the fake one that moves instantly.To test: