]> git.arvados.org - arvados.git/blob - sdk/python/pytest.ini
23006: Port CWL conformance+integration tests to pytest
[arvados.git] / sdk / python / pytest.ini
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 [pytest]
6 addopts = --strict-markers
7
8 markers =
9   cwl_conformance: CWL conformance test suite
10   integration: Test that depends on external Arvados services
11
12 testpaths =
13   tests