Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
mark system tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dperl-dls committed Feb 17, 2023
1 parent 3264fce commit cf92279
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def test_aperturescatterguard_move_in_plan(
RE(move_to_robotload)


@pytest.mark.s03
def test_move_fails_when_not_in_good_starting_pos(
ap_sg: ApertureScatterguard, move_to_large
):
Expand Down Expand Up @@ -95,6 +96,7 @@ def event(self, doc):
self.t_sg_y = doc["timestamps"].get("ap_sg_scatterguard_y_motor_done_move")


@pytest.mark.s03
@pytest.mark.parametrize(
"pos1,pos2,sg_first",
[
Expand Down

0 comments on commit cf92279

Please sign in to comment.