Skip to content

Commit

Permalink
updates test setting
Browse files Browse the repository at this point in the history
  • Loading branch information
avikdatta committed Feb 2, 2024
1 parent f611648 commit bd1f8e1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ def full_suite():
from .igf_airflow.test_dag34_cellranger_multi_scRNA_utils import (
TestDag34_cellranger_multi_scRNA_utilA,
TestDag34_cellranger_multi_scRNA_utilB)
from .igf_airflow.test_dag36_cellranger_arc_scRNA_multiome_utils import (
TestDag36_cellranger_arc_scRNA_multiome_utilsA,
TestDag36_cellranger_arc_scRNA_multiome_utilsB)

return unittest.TestSuite([
unittest.TestLoader().loadTestsFromTestCase(t)
Expand Down Expand Up @@ -258,6 +261,8 @@ def full_suite():
TestDag33_geomx_processing_util_utilsB,
TestDag33_geomx_processing_util_utilsC,
TestDag34_cellranger_multi_scRNA_utilA,
TestDag34_cellranger_multi_scRNA_utilB
TestDag34_cellranger_multi_scRNA_utilB,
TestDag36_cellranger_arc_scRNA_multiome_utilsA,
TestDag36_cellranger_arc_scRNA_multiome_utilsB
]
])

0 comments on commit bd1f8e1

Please sign in to comment.