Files
IfcOpenShell/src/bonsai/pytest.ini
T
Dion Moult 398cd7571e Add array feature tests
I'm thinking of moving array into its own module. The "model" module is
getting a bit full and it'll only grow bigger in the future.
2026-01-30 17:32:30 +11:00

50 lines
670 B
INI

[pytest]
markers =
aggregate
array
attribute
boolean
boundary
brick
bsdd
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