Skip to content
Snippets Groups Projects
Commit bc3cbdee authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Add new parrallel unit test.

parent 96612335
Branches
Tags
1 merge request!67Resolve "Rename Plot profile to be consistent with naming"
Pipeline #6291 canceled with stages
in 1 minute and 7 seconds
......@@ -14,10 +14,15 @@ stages:
user_configuration:
stage: unit
script:
- module load singularity/3.0.2
- singularity run docker://bats/bats:v1.1.0 --tap workflow/tests/plot_profile.bats
- pytest -m unit --cov=./workflow/scripts
bash_tests:
stage: unit
script:
- module load singularity/3.0.2
- module load deeptools/2.5.0.1
- singularity run docker://bats/bats:v1.1.0 --tap workflow/tests/plot_profile.bats
astrocyte:
stage: astrocyte
script:
......
......@@ -2,10 +2,6 @@
profile_script="./workflow/scripts/plot_profile.sh"
setup() {
module load deeptools/2.5.0.1
}
@test "Test deeptools present" {
source ${profile_script}
run check_tools
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment