File: pytest.ini

package info (click to toggle)
dolfin 2018.1.0.post1-16
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 28,764 kB
  • sloc: xml: 104,040; cpp: 98,856; python: 22,511; makefile: 204; sh: 182
file content (10 lines) | stat: -rw-r--r-- 372 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
[pytest]
# We use fixture features requiring pytest 2.4
minversion = 2.4
# Make pytest ignore temp folders
norecursedirs = .* __pycache__ test_*_tempdir
# Make pytest ignore the book files and other utility .py files
python_files = test_*.py
# Prevent output being flooded
filterwarnings =
    ignore::ffc.quadrature.deprecation.QuadratureRepresentationDeprecationWarning