diff pm_symmetry.xml @ 1:d8146a73b011 draft

planemo upload for repository https://github.com/muon-spectroscopy-computational-project/muon-galaxy-tools/main/pm_symmetry commit 6a07c4caed5ef35f35198d54ebafd7d1d6d60edb
author muon-spectroscopy-computational-project
date Thu, 15 Sep 2022 10:25:23 +0000
parents 39d7644724dc
children 620ab6826b9b
line wrap: on
line diff
--- a/pm_symmetry.xml	Thu Aug 25 16:19:38 2022 +0000
+++ b/pm_symmetry.xml	Thu Sep 15 10:25:23 2022 +0000
@@ -40,11 +40,11 @@
         <data label="symmetry of $structure.name" name="symmetry_report" format="txt" from_work_dir="out.txt"/>
     </outputs>
     <tests>
-        <test>
+        <test expect_num_outputs="1">
             <param name="structure" value="Si.cell" ftype="cell"/>
             <output name="symmetry_report" file="test_out.txt" ftype="txt" compare="re_match_multiline"/>
         </test>
-        <test>
+        <test expect_num_outputs="1">
             <param name="structure" value="Si.cif" ftype="cif"/>
             <output name="symmetry_report" file="test_out.txt" ftype="txt" compare="re_match_multiline"/>
         </test>
@@ -54,7 +54,7 @@
                 <has_text text="TypeError: 'NoneType' object is not subscriptable"/>
             </assert_stderr>
         </test>
-        <test>
+        <test expect_num_outputs="1">
             <param name="structure" value="Si.extxyz" ftype="extxyz"/>
             <output name="symmetry_report" file="test_out.txt" ftype="txt" compare="re_match_multiline"/>
         </test>