-
Notifications
You must be signed in to change notification settings - Fork 714
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove pytest-workflow tests for modules covered by nf-test (#4521)
* Add first pass at the script * rmdir => rm -rf Never used rmdir before * Remove pytest-workflow tests for modules covered by nf-test * Use yq to remove tags * ci: Remove modules that didn't get their tags removed * Copy over fastqc tests todo * chore: Bump snapshot for fastqc
- Loading branch information
1 parent
3aaf92f
commit 3e8b0c1
Showing
281 changed files
with
87 additions
and
6,867 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/usr/bin/env cached-nix-shell | ||
#! nix-shell -i bash -p fd yq-go | ||
|
||
|
||
# Find modules that have a tests directory | ||
tested=$(fd main.nf.test modules/) | ||
|
||
for module in $tested; do | ||
clean=$(dirname $module | sed 's|/tests||' | sed 's|modules/nf-core/||') | ||
yq -i "del(.${clean})" tests/config/pytest_modules.yml | ||
# rm -rf "tests/${clean}" | ||
done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
subworkflows/nf-core/fastq_fastqc_umitools_fastp/tests/main.nf.test.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.