forked from VOLTTRON/volttron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pytest.ini
37 lines (34 loc) · 1.49 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
24
25
26
27
28
29
30
31
32
33
34
35
36
[pytest]
timeout = 60
addopts = --strict -rsxX -v
norecursedirs =
services/deprecated-remove-5.0/MultiBuilding \
.git env scripts volttron.egg-info config
markers =
actuator: Tests for actuator agent
actuator_pubsub: Test for actuator agent.
agent: Testing for core agent operations.
auth: Testing for auth based code.
control: Control service/aip tests.
config_store: Configuration store tests.
dev: Mark for currently developing test.
drivenagent: Tests for driven agent
forwarder: Tests for forwardhistorian
gevent: Functionality tests for gevent.
historian: Test cases for historian.
sqlhistorian: Test cases for sqlhistorian
keystore: Test the keystore and known-hosts store.
mongodb: Tests for mongodb related test code.
pa: Tests for the platform agent.
revert: Tests for generic driver revert functionality.
slow: Mark tests that run slowly.
sqlhistorian: Mark for only sql historian tests.
subsystems: Testing subsystems.
web: Tests for web and web services.
wrapper: Test the platformwrapper test code.
vc: Tests associated with volttron central agent.
vcp: Tests associated with the volttron central platform agent.
zmq: Tests for zmq
aggregator: Run aggregate historian tests
sql_aggregator: Run aggregate historian tests
mongo_aggregator: Run aggregate historian tests