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 68769a1 commit f58279d
Show file tree
Hide file tree
Showing 7 changed files with 7 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_flexdyn.flexdyn.concoord_disco import concoord_disco

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_flexdyn.flexdyn.concoord_dist import concoord_dist

Expand Down
1 change: 1 addition & 0 deletions biobb_flexdyn/test/unitests/test_flexdyn/test_imod_imc.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_flexdyn.flexdyn.imod_imc import imod_imc

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_flexdyn.flexdyn.imod_imode import imod_imode

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_flexdyn.flexdyn.imod_imove import imod_imove

Expand Down
1 change: 1 addition & 0 deletions biobb_flexdyn/test/unitests/test_flexdyn/test_nolb.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_flexdyn.flexdyn.nolb_nma import nolb_nma

Expand Down
1 change: 1 addition & 0 deletions biobb_flexdyn/test/unitests/test_flexdyn/test_prody_anm.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_flexdyn.flexdyn.prody_anm import prody_anm

Expand Down

0 comments on commit f58279d

Please sign in to comment.