Skip to content

Commit

Permalink
add new env to build test
Browse files Browse the repository at this point in the history
  • Loading branch information
AroneyS committed Dec 16, 2024
1 parent 159336b commit efc10f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def test_build(self):
self.assertFalse("binchicken/workflow/env/prodigal.yml will be created." in output)
self.assertFalse("binchicken/workflow/env/aviary.yml will be created." in output)
self.assertFalse("binchicken/workflow/env/fastp.yml will be created." in output)
self.assertFalse("binchicken/workflow/env/general.yml will be created." in output)

# Dryrun evaluate
cmd = (
Expand All @@ -88,6 +89,7 @@ def test_build(self):
self.assertFalse("binchicken/workflow/env/prodigal.yml will be created." in output)
self.assertFalse("binchicken/workflow/env/aviary.yml will be created." in output)
self.assertFalse("binchicken/workflow/env/fastp.yml will be created." in output)
self.assertFalse("binchicken/workflow/env/general.yml will be created." in output)

# Dryrun update
cmd = (
Expand Down Expand Up @@ -117,6 +119,7 @@ def test_build(self):
self.assertFalse("binchicken/workflow/env/prodigal.yml will be created." in output)
self.assertFalse("binchicken/workflow/env/aviary.yml will be created." in output)
self.assertFalse("binchicken/workflow/env/fastp.yml will be created." in output)
self.assertFalse("binchicken/workflow/env/general.yml will be created." in output)

# Dryrun iterate
cmd = (
Expand All @@ -138,6 +141,7 @@ def test_build(self):
self.assertFalse("binchicken/workflow/env/prodigal.yml will be created." in output)
self.assertFalse("binchicken/workflow/env/aviary.yml will be created." in output)
self.assertFalse("binchicken/workflow/env/fastp.yml will be created." in output)
self.assertFalse("binchicken/workflow/env/general.yml will be created." in output)


if __name__ == '__main__':
Expand Down

0 comments on commit efc10f7

Please sign in to comment.