Skip to content

Commit

Permalink
renamed unit test back to unit_test.. but that stops it testing - nee…
Browse files Browse the repository at this point in the history
…ds to start with test for tox to run automagically it seems.

Reverted the sample
  • Loading branch information
fubar2 committed Sep 21, 2023
1 parent 9a7af55 commit d7d3d3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions test/import_xml.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<tool id="import_test" name="Import" version="1.0" profile="22.05">
<tool id="import_test" name="Import" version="1.0">
<description>description</description>
<edam_operations>
<edam_operation>operation_0004</edam_operation>
Expand All @@ -18,8 +18,7 @@
<exit_code level="fatal" range="1:"/>
</stdio>
<version_command>v_command</version_command>
<command>
<![CDATA[command]]>
<command><![CDATA[command]]>
</command>
<inputs>
<param name="interval_file" type="data" format="interval" label="near intervals in"/>
Expand Down
1 change: 0 additions & 1 deletion test/test_import.py → test/unit_test_import_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def test_override(self):
exml = self.tool.export()
self.assertEqual(self.tool.command_override, col)
exml = exml.replace("\n", " ")
print("-----------exml", exml)
self.assertTrue(co in exml)

class TestCommand(TestImport):
Expand Down

0 comments on commit d7d3d3c

Please sign in to comment.