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 cdeda3d commit b6a4f5d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions biobb_vs/test/unitests/test_fpocket/test_fpocket_filter.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_vs.fpocket.fpocket_filter import fpocket_filter

Expand Down
1 change: 1 addition & 0 deletions biobb_vs/test/unitests/test_fpocket/test_fpocket_run.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_vs.fpocket.fpocket_run import fpocket_run

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# type: ignore
import pytest
from biobb_common.tools import test_fixtures as fx
from biobb_vs.fpocket.fpocket_run import fpocket_run
Expand Down
1 change: 1 addition & 0 deletions biobb_vs/test/unitests/test_fpocket/test_fpocket_select.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_vs.fpocket.fpocket_select import fpocket_select

Expand Down
1 change: 1 addition & 0 deletions biobb_vs/test/unitests/test_utils/test_bindingsite.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_vs.utils.bindingsite import bindingsite

Expand Down
1 change: 1 addition & 0 deletions biobb_vs/test/unitests/test_utils/test_box.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_vs.utils.box import box

Expand Down
1 change: 1 addition & 0 deletions biobb_vs/test/unitests/test_utils/test_box_residues.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_vs.utils.box_residues import box_residues

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_vs.utils.extract_model_pdbqt import extract_model_pdbqt

Expand Down
1 change: 1 addition & 0 deletions biobb_vs/test/unitests/test_vina/test_autodock_vina_run.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_vs.vina.autodock_vina_run import autodock_vina_run

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# type: ignore
import pytest
from biobb_common.tools import test_fixtures as fx
from biobb_vs.vina.autodock_vina_run import autodock_vina_run
Expand Down

0 comments on commit b6a4f5d

Please sign in to comment.