Skip to content

Commit ee8a175

Browse files
committed
Add stubs for tests for the different supported workflows
1 parent 4cb78c5 commit ee8a175

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

tests/client/test_analyser.py

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,23 @@ def test_analyser_epu_determination(tmp_path):
141141
analyser.queue.put(tomo_file)
142142
analyser.stop()
143143
assert analyser._context._acquisition_software == "epu"
144+
145+
146+
def test_analyse_clem():
147+
pass
148+
149+
150+
def test_analyse_fib():
151+
pass
152+
153+
154+
def test_analyse_sxt():
155+
pass
156+
157+
158+
def test_analyse_spa():
159+
pass
160+
161+
162+
def test_analyse_tomo():
163+
pass

0 commit comments

Comments
 (0)