Add regression marker to pytest.ini (#11011)

This commit is contained in:
Massimiliano Culpo 2019-03-26 18:04:36 +01:00 committed by Peter Scheibel
parent 8434e7803d
commit 89b9880719

View file

@ -7,3 +7,4 @@ markers =
db: tests that require creating a DB db: tests that require creating a DB
network: tests that require access to the network network: tests that require access to the network
maybeslow: tests that may be slow (e.g. access a lot the filesystem, etc.) maybeslow: tests that may be slow (e.g. access a lot the filesystem, etc.)
regression: tests that fix a reported bug