Skip to content
Snippets Groups Projects
pytest.ini 296 B
Newer Older
Bert Palm's avatar
Bert Palm committed
# SPDX-FileCopyrightText: 2021 Helmholtz-Zentrum für Umweltforschung GmbH - UFZ
#
# SPDX-License-Identifier: GPL-3.0-or-later

[pytest]
# trigger an Error for unknown mark's
addopts = --strict-markers
testpaths =
    tests
markers =
    slow: marks tests as slow (deselect with '-m "not slow"')