Files
IfcOpenShell/src/bonsai/pytest.ini
T
Andrej730 a6f523039b 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.
2025-05-06 20:07:44 +05:00

47 lines
638 B
INI

[pytest]
markers =
aggregate
attribute
boolean
brick
classification
context
cost
covering
debug
demo
document
drawing
geometry
georeference
library
light
material
misc
model
owner
patch
project
pset
pset_template
qto
resource
root
search
sequence
spatial
structural
style
system
type
unit
void
web
# 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