This commit is contained in:
@@ -71,8 +71,8 @@ def test_preload_fichier_valide(tmp_path, caplog):
|
||||
pickle.dump([pvname_1, pvname_2], pkl)
|
||||
|
||||
# Vérifie que les PV ne sont pas encore dans le cache EPICS
|
||||
assert !is_pv_in_cache(pvname_1)
|
||||
assert !is_pv_in_cache(pvname_2)
|
||||
assert not is_pv_in_cache(pvname_1)
|
||||
assert not is_pv_in_cache(pvname_2)
|
||||
|
||||
# Patch le chemin utilisé dans preload()
|
||||
with pytest.MonkeyPatch().context() as mp:
|
||||
|
||||
Reference in New Issue
Block a user