-
Notifications
You must be signed in to change notification settings - Fork 186
/
pytest.ini
23 lines (23 loc) · 1.02 KB
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[pytest]
filterwarnings =
ignore::DeprecationWarning
markers =
extras: tests which require extras
no_extras: tests which require extras to not be present
tensorflow: tests which require the tensorflow extra
torch: tests which require the torch extra
no_tensorflow: tests which require the tensorflow extra to not be present
bert: tests which require the bert extra
transformers: tests which require the transformers extra
no_bert: tests which require the bert extra to not be present
es7: tests which require elasticsearch 7
conversation: tests which cover a back and forth conversation flow
asyncio: tests which are asynchronous
dump: tests which cover dumping of data
load: tests which cover loading of data
group: tests which cover entity grouping
nested: tests which cover nested entities
role: tests which cover entity roles
system: tests which cover system entities
mark_down: tests which cover markdown annotation
special: tests which cover special characters