Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nx10 committed May 6, 2024
1 parent d9cec25 commit fc693ea
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion tests/test_carg_building.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Test command line argument building."""

import styx.boutiques.utils
import styx.compiler.core
import styx.compiler.settings
import styx.runners.dummy
Expand Down
1 change: 0 additions & 1 deletion tests/test_default_values.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Input argument default value tests."""

import styx.boutiques.utils
import styx.compiler.core
import styx.compiler.settings
import styx.runners.dummy
Expand Down
1 change: 0 additions & 1 deletion tests/test_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import pytest

import styx.boutiques.utils
import styx.compiler.core
import styx.compiler.settings
import styx.runners.dummy
Expand Down
1 change: 0 additions & 1 deletion tests/test_numeric_ranges.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import pytest

import styx.boutiques.utils
import styx.compiler.core
import styx.compiler.settings
import styx.runners.dummy
Expand Down
1 change: 0 additions & 1 deletion tests/test_output_files.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Test output file paths."""

import styx.boutiques.utils
import styx.compiler.core
import styx.compiler.settings
import styx.runners.dummy
Expand Down

0 comments on commit fc693ea

Please sign in to comment.