Source code for blissoda.demo.tests.itest_id22

from .. import testing
from ..processors.id22 import DemoStScanProcessor


[docs] @testing.integration_fixture def stscan_processor(): yield DemoStScanProcessor()
[docs] @testing.integration_test def test_id22_stscan(stscan_processor): stscan_processor.submit_workflows()