Add pytest markers for "focused" and "notebook" (#716)
add pytest markers for notebook, focused to remove runtime warnings Signed-off-by: Chris Trevino <darthtrevino@gmail.com> Signed-off-by: Chris Trevino <darthtrevino@gmail.com>
This commit is contained in:
Родитель
b9cfc7f223
Коммит
989e13fb6e
|
@ -118,7 +118,11 @@ sphinx-copybutton = "0.5.0"
|
|||
nbconvert = { version = "7.0.0rc3", allow-prereleases = true }
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
markers = ["advanced: not be to run each time. only on package updates."]
|
||||
markers = [
|
||||
"advanced: not be to run each time. only on package updates.",
|
||||
"notebook: jupyter notebook tests",
|
||||
"focused: a debug marker to focus on specific tests"
|
||||
]
|
||||
|
||||
[tool.poe.tasks]
|
||||
# stop the build if there are Python syntax errors or undefined names
|
||||
|
|
Загрузка…
Ссылка в новой задаче