mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-12-19 02:51:19 +01:00
removed tests for eiger
This commit is contained in:
@@ -5,16 +5,6 @@ from conftest import test_with_simulators
|
||||
|
||||
from slsdet import Detector
|
||||
|
||||
@pytest.mark.withdetectorsimulators
|
||||
@pytest.mark.parametrize("servers", [["eiger"]], indirect=True)
|
||||
def test_rx_ROI(test_with_simulators):
|
||||
""" Test setting and getting rx_ROI property of Detector class for moench. """
|
||||
|
||||
d = Detector()
|
||||
d.rx_roi = (0, 10, 10, 20)
|
||||
roi = d.rx_roi
|
||||
assert roi == [(0, 10, 10, 20)]
|
||||
|
||||
@pytest.mark.withdetectorsimulators
|
||||
@pytest.mark.parametrize("servers", [["moench"]], indirect=True)
|
||||
def test_rx_ROI_moench(test_with_simulators, servers):
|
||||
|
||||
Reference in New Issue
Block a user