This commit is contained in:
@@ -17,7 +17,7 @@ from slic.utils.hastyepics import get_pv
|
|||||||
from morbidissimo import MorIOC
|
from morbidissimo import MorIOC
|
||||||
from slic.utils.pvpreload import *
|
from slic.utils.pvpreload import *
|
||||||
|
|
||||||
|
'''
|
||||||
# IOC simulation
|
# IOC simulation
|
||||||
@pytest.fixture(scope="module", autouse=True)
|
@pytest.fixture(scope="module", autouse=True)
|
||||||
def run_test_ioc():
|
def run_test_ioc():
|
||||||
@@ -51,7 +51,7 @@ def run_test_ioc():
|
|||||||
stop.set()
|
stop.set()
|
||||||
t.join(timeout=2.0)
|
t.join(timeout=2.0)
|
||||||
time.sleep(0.2)
|
time.sleep(0.2)
|
||||||
'''
|
|
||||||
def configure_logzero_for_pytest(caplog):
|
def configure_logzero_for_pytest(caplog):
|
||||||
logger.handlers.clear()
|
logger.handlers.clear()
|
||||||
logger.propagate = True # Propagate to root logger captured by caplog
|
logger.propagate = True # Propagate to root logger captured by caplog
|
||||||
|
|||||||
Reference in New Issue
Block a user