Skip to content
Snippets Groups Projects
Commit 7d545f21 authored by Robert Rosca's avatar Robert Rosca Committed by Thomas Kluyver
Browse files

Add marks where required

parent e6a745c2
No related branches found
No related tags found
1 merge request!504Resolve "Skip ZMQ tests if zmq connection for calibration DB not available"
...@@ -288,6 +288,7 @@ def test_raise_send_to_db(_agipd_const_cond): ...@@ -288,6 +288,7 @@ def test_raise_send_to_db(_agipd_const_cond):
assert str(excinfo.value) == "Resource temporarily unavailable" assert str(excinfo.value) == "Resource temporarily unavailable"
@pytest.mark.requires_caldb
def test_get_pdu_from_db(_agipd_const_cond): def test_get_pdu_from_db(_agipd_const_cond):
constant, condition = _agipd_const_cond constant, condition = _agipd_const_cond
...@@ -336,6 +337,7 @@ def test_get_pdu_from_db(_agipd_const_cond): ...@@ -336,6 +337,7 @@ def test_get_pdu_from_db(_agipd_const_cond):
# TODO add a marker for accessing zmq end_point # TODO add a marker for accessing zmq end_point
@pytest.mark.requires_gpfs @pytest.mark.requires_gpfs
@pytest.mark.requires_caldb
def test_initialize_from_db(): def test_initialize_from_db():
creation_time = datetime.strptime( creation_time = datetime.strptime(
"2020-01-07 13:26:48.00", "%Y-%m-%d %H:%M:%S.%f") "2020-01-07 13:26:48.00", "%Y-%m-%d %H:%M:%S.%f")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment