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
62 lines (62 loc) · 1.94 KB
/
Copy pathpytest.ini
File metadata and controls
62 lines (62 loc) · 1.94 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[pytest]
pythonpath = .
addopts = --import-mode=importlib
testpaths =
clawbio/common/tests
clawbio/tests
robotary/tests
skills/affinity-proteomics/tests
skills/archaic-introgression/tests
skills/bgpt-mcp/tests
skills/bigquery-public/tests
skills/bio-orchestrator/tests
skills/bioconductor-bridge/tests
skills/cell-detection/tests
skills/claw-ancestry-pca/tests
skills/clinical-trial-finder/tests
skills/clinical-variant-reporter/tests
skills/clinpgx/tests
skills/data-extractor/tests
skills/diff-visualizer/tests
skills/eqtl-catalogue-region-fetch/tests
skills/equity-scorer/tests
skills/fine-mapping/tests
skills/flow-bio/tests
skills/galaxy-bridge/tests
skills/genome-compare/tests
skills/gwas-lookup/tests
skills/gwas-pipeline/tests
skills/gwas-prs/tests
skills/hla-typing/tests
skills/illumina-bridge/tests
skills/labstep/tests
skills/lit-synthesizer/tests
skills/mendelian-randomisation/tests
skills/nfcore-scrnaseq-wrapper/tests
skills/methylation-clock/tests
skills/multiqc-reporter/tests
skills/nutrigx-advisor/tests
skills/omics-target-evidence-mapper/tests
skills/pharmgx-reporter/tests
skills/profile-report/tests
skills/proteomics-clock/tests
skills/proteomics-de/tests
skills/protocols-io/tests
skills/pubmed-summariser/tests
skills/rnaseq-de/tests
skills/scrna-embedding/tests
skills/scrna-orchestrator/tests
skills/seq-wrangler/tests
skills/target-validation-scorer/tests
skills/turingdb-graph/tests
skills/ukb-navigator/tests
skills/variant-annotation/tests
skills/vcf-annotator/tests
skills/wes-clinical-report-en/tests
skills/wes-clinical-report-es/tests
skills/wgs-prs/tests
tests
python_files = test_*.py
python_functions = test_*
markers =
integration: marks tests that require external tools or network access (deselect with '-m "not integration"')