-
-
Notifications
You must be signed in to change notification settings - Fork 901
Expand file tree
/
Copy pathpytest.ini
More file actions
49 lines (48 loc) · 670 Bytes
/
pytest.ini
File metadata and controls
49 lines (48 loc) · 670 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[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