Skip to content

Commit

Permalink
TST: dummy ioc fixture test
Browse files Browse the repository at this point in the history
  • Loading branch information
shilorigins committed Aug 1, 2024
1 parent cf2e700 commit 995f995
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
aioca
apischema
pcdsutils
pyepics
PyQt5
python-dateutil
qtawesome
Expand Down
7 changes: 7 additions & 0 deletions superscore/tests/test_ioc.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import aioca
import pytest


@pytest.mark.parametrize("ioc", ["linac"], indirect=True)
async def test_ioc(ioc):
assert await aioca.caget("SCORETEST:MGNT:GUNB:TEST0") is not None

0 comments on commit 995f995

Please sign in to comment.