Skip to content

Commit

Permalink
added circular test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zigur committed Jul 7, 2021
1 parent 549d032 commit 0450899
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_isatab.py
Original file line number Diff line number Diff line change
Expand Up @@ -1618,6 +1618,9 @@ def test_isatab_protocol_chain_parsing(self):
self.assertFalse(gen_dna_extraction_process.inputs)
# FIXME characteristics are not loaded into the extract name
# self.assertTrue(extract.characteristics)
dumps_out = isatab.dumps(investigation)
expected_chained_protocol_snippet = """Sample Name\tProtocol REF\tProtocol REF\tExtract Name"""
self.assertIn(expected_chained_protocol_snippet, dumps_out)


class TestTransposedTabParser(unittest.TestCase):
Expand Down

0 comments on commit 0450899

Please sign in to comment.