mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-12-27 22:51:19 +01:00
removed pycache
This commit is contained in:
@@ -65,16 +65,16 @@ def test_rx_tcpport(eiger):
|
||||
eiger.acq()
|
||||
assert eiger.frames_caught == 1
|
||||
|
||||
@eigertest
|
||||
@pytest.mark.new
|
||||
def test_enable_disable_tengiga(eiger):
|
||||
"""
|
||||
This test does not check for dat on the 10Gbit link, only the set and get functions
|
||||
"""
|
||||
eiger.tengiga = True
|
||||
assert eiger.tengiga == True
|
||||
eiger.tengiga = False
|
||||
assert eiger.tengiga == False
|
||||
# @eigertest
|
||||
# @pytest.mark.new
|
||||
# def test_enable_disable_tengiga(eiger):
|
||||
# """
|
||||
# This test does not check for dat on the 10Gbit link, only the set and get functions
|
||||
# """
|
||||
# eiger.tengiga = True
|
||||
# assert eiger.tengiga == True
|
||||
# eiger.tengiga = False
|
||||
# assert eiger.tengiga == False
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user