-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpytest.ini
45 lines (39 loc) · 1.09 KB
/
pytest.ini
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
[pytest]
xfail_strict = true
filterwarnings =
ignore::DeprecationWarning
markers =
ci: Tests that should run in continuous integration
slow: Tests that take a long time
db: Test that require access to our database
network: Tests that require network
text_mining: tests relating to text mining
cli: Test for command line interface
cpat: Tests for cpat
utils: utility tests
crs: tests for crs
crw: tests for crw
ena: tests for ena
ensembl: tests for ensembl
epmc: tests for europepmc
genecards: tests for genecards
generic: tests for generic json parser
gtrnadb: tests for gtrnadb
hgnc: tests for hgnc
intact: tests for intact
ncbi: tests for ncbi
ols: tests for ols
pdb: tests for pdb
pirbase: tests for pirbase
psi_mi: tests for psi_mi
psicquic: tests for psicquic
quickgo: tests for quickgo
refseq: tests for refseq
rfam: tests for rfam
rgd: tests for rgd
ribovision: tests for ribovision
r2dt: Tests for r2dt related functions
so: tests for the sequence ontology
silva: tests for silva
tarbase: tests for tarbase
trna: Trna related tests