Skip to content

Commit 88b3bee

Browse files
committed
Placeholder for future tests
1 parent eb762cd commit 88b3bee

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

tests/server/test_ispyb.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from ispyb.sqlalchemy import BLSession, Proposal
2+
from pytest import mark
23
from sqlalchemy import select
34
from sqlalchemy.orm import Session
45

@@ -56,3 +57,18 @@ def test_get_proposal_id(
5657
db=ispyb_db_session,
5758
)
5859
assert query == result
60+
61+
62+
@mark.skip
63+
def test_get_sub_samples_from_visit():
64+
pass
65+
66+
67+
@mark.skip
68+
def test_get_all_ongoing_visits():
69+
pass
70+
71+
72+
@mark.skip
73+
def test_get_data_collection_group_ids():
74+
pass

0 commit comments

Comments
 (0)