We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb78c5 commit ee8a175Copy full SHA for ee8a175
1 file changed
tests/client/test_analyser.py
@@ -141,3 +141,23 @@ def test_analyser_epu_determination(tmp_path):
141
analyser.queue.put(tomo_file)
142
analyser.stop()
143
assert analyser._context._acquisition_software == "epu"
144
+
145
146
+def test_analyse_clem():
147
+ pass
148
149
150
+def test_analyse_fib():
151
152
153
154
+def test_analyse_sxt():
155
156
157
158
+def test_analyse_spa():
159
160
161
162
+def test_analyse_tomo():
163
0 commit comments