aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tox.ini
blob: 3d8e842a17e12926002c0787c592d5e321686f5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tox]
envlist = py36
 
[testenv]
deps = coverage
commands = coverage erase
 
[testenv:py36]
deps = coverage pytest
commands = coverage run ../bin/snmptrapd.py &
           pytest test_trapd_exit.py  
           pytest test_trapd_http_session.py  
           pytest test_trapd_runtime_pid.py
           ./test_snmptrapd_send_test_trap.py &
           coverage report -m