forked from Pyomo/pyomo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
22 lines (21 loc) · 790 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[metadata]
license_files = LICENSE.md
[tool:pytest]
filterwarnings = ignore::RuntimeWarning
junit_family = xunit2
markers =
default: mark a test that should always run by default
expensive: marks tests as expensive
mpi: marks tests that require MPI
neos: marks tests that require NEOS server connections
importtest: marks tests that checks for warnings when importing modules
book: marks tests from the Pyomo book
performance: marks performance tests
long: marks long performance tests
short: marks short performance tests
devel: marks developer-created performance tests
nl: marks nl tests
lp: marks lp tests
gams: marks gams tests
bar: marks bar tests
builders: tests that should be run when testing custom (extension) builders