Skip to content

Commit

Permalink
[CI/CD](TESTS): Ignoring typing in test files
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio committed Oct 16, 2024
1 parent d299eb5 commit 57054f3
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# type: ignore
from biobb_common.tools import test_fixtures as fx
from biobb_dna.backbone.bipopulations import bipopulations
import platform
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# type: ignore
from biobb_common.tools import test_fixtures as fx
from biobb_dna.backbone.canonicalag import canonicalag
import platform
Expand Down
1 change: 1 addition & 0 deletions biobb_dna/test/unitests/test_backbone/test_puckering.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# type: ignore
from biobb_common.tools import test_fixtures as fx
from biobb_dna.backbone.puckering import puckering
import platform
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# type: ignore
from biobb_common.tools import test_fixtures as fx
from biobb_dna.interbp_correlations.interhpcorr import interhpcorr
from biobb_dna.interbp_correlations.interseqcorr import interseqcorr
Expand Down
1 change: 1 addition & 0 deletions biobb_dna/test/unitests/test_curvesplus/test_canal.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# type: ignore
from biobb_common.tools import test_fixtures as fx
from biobb_dna.curvesplus.biobb_canal import biobb_canal
import platform
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# type: ignore
from biobb_common.tools import test_fixtures as fx
from biobb_dna.curvesplus.canal_unzip import canal_unzip

Expand Down
1 change: 1 addition & 0 deletions biobb_dna/test/unitests/test_curvesplus/test_canion.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# type: ignore
from biobb_common.tools import test_fixtures as fx
from biobb_dna.curvesplus.biobb_canion import biobb_canion
import platform
Expand Down
1 change: 1 addition & 0 deletions biobb_dna/test/unitests/test_curvesplus/test_curves.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# type: ignore
from biobb_common.tools import test_fixtures as fx
from biobb_dna.curvesplus.biobb_curves import biobb_curves
import platform
Expand Down
1 change: 1 addition & 0 deletions biobb_dna/test/unitests/test_dna/test_averages.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# type: ignore
from biobb_common.tools import test_fixtures as fx
from biobb_dna.dna.dna_averages import dna_averages
import platform
Expand Down
1 change: 1 addition & 0 deletions biobb_dna/test/unitests/test_dna/test_bimodality.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# type: ignore
from biobb_common.tools import test_fixtures as fx
from biobb_dna.dna.dna_bimodality import dna_bimodality
import platform
Expand Down
1 change: 1 addition & 0 deletions biobb_dna/test/unitests/test_dna/test_timeseries.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# type: ignore
from biobb_common.tools import test_fixtures as fx
from biobb_dna.dna.dna_timeseries import dna_timeseries
import platform
Expand Down
1 change: 1 addition & 0 deletions biobb_dna/test/unitests/test_dna/test_timeseries_unzip.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# type: ignore
from biobb_common.tools import test_fixtures as fx
from biobb_dna.dna.dna_timeseries_unzip import dna_timeseries_unzip

Expand Down
1 change: 1 addition & 0 deletions biobb_dna/test/unitests/test_stiffness/test_stiffness.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# type: ignore
from biobb_common.tools import test_fixtures as fx
from biobb_dna.stiffness.average_stiffness import average_stiffness
from biobb_dna.stiffness.basepair_stiffness import basepair_stiffness
Expand Down

0 comments on commit 57054f3

Please sign in to comment.