forked from ClawBio/ClawBio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
32 lines (32 loc) · 956 Bytes
/
Copy pathpytest.ini
File metadata and controls
32 lines (32 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[pytest]
pythonpath = .
addopts = --import-mode=importlib
testpaths =
skills/diff-visualizer/tests
skills/pharmgx-reporter/tests
skills/equity-scorer/tests
skills/nutrigx_advisor/tests
skills/genome-compare/tests
skills/gwas-prs/tests
skills/gwas-lookup/tests
skills/clinpgx/tests
skills/claw-ancestry-pca/tests
skills/scrna-orchestrator/tests
skills/scrna-embedding/tests
skills/profile-report/tests
skills/galaxy-bridge/tests
skills/bioconductor-bridge/tests
skills/illumina-bridge/tests
skills/rnaseq-de/tests
skills/methylation-clock/tests
skills/protocols-io/tests
skills/pubmed-summariser/tests
skills/variant-annotation/tests
skills/labstep/tests
skills/fine-mapping/tests
skills/bigquery-public/tests
tests/benchmark
skills/clinical-variant-reporter/tests
skills/mendelian-randomisation/tests
python_files = test_*.py
python_functions = test_*