File: pytest.ini

package info (click to toggle)
cylc 8.0~a2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,208 kB
  • sloc: python: 39,459; sh: 13,200; xml: 157; javascript: 78; lisp: 54; perl: 16; makefile: 12
file content (29 lines) | stat: -rw-r--r-- 1,195 bytes parent folder | download
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
# THIS FILE IS PART OF THE CYLC SUITE ENGINE.
# Copyright (C) NIWA & British Crown (Met Office) & Contributors.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.

[pytest]
addopts = --verbose
    --doctest-modules
    --ignore=cylc/flow/parsec/empysupport.py
    --ignore=cylc/flow/parsec/validate.py
    --ignore=cylc/flow/parsec/example
    --ignore=cylc/flow/tests/parsec/getcfg/bin/one-line.py
    --ignore=cylc/flow/tests/parsec/synonyms/bin/synonyms.py
    --ignore=cylc/flow/tests/parsec/nullcfg/bin/empty.py
    --ignore=cylc/flow/data_messages_pb2.py
testpaths =
    cylc/flow/
    tests/lib/python/