Add regression marker to pytest.ini (#11011)
This commit is contained in:
parent
8434e7803d
commit
89b9880719
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue