mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 02:31:09 +00:00
bonsai pytest.ini - specify plugins explicitly
To make it possible to run the tests with PYTEST_DISABLE_PLUGIN_AUTOLOAD set, which is very useful if you don't want to start Blender anytime you run any tests on your system.
This commit is contained in:
@@ -37,4 +37,10 @@ markers =
|
|||||||
unit
|
unit
|
||||||
void
|
void
|
||||||
web
|
web
|
||||||
addopts = --color=yes --code-highlight=yes
|
|
||||||
|
# Provide plugins explicitly, so it will be possible run tests with PYTEST_DISABLE_PLUGIN_AUTOLOAD.
|
||||||
|
addopts =
|
||||||
|
-p pytest-blender
|
||||||
|
-p pytest-bdd
|
||||||
|
--color=yes
|
||||||
|
--code-highlight=yes
|
||||||
|
|||||||
Reference in New Issue
Block a user