Add support for multiple services per address

This commit is contained in:
Christophe Mehay 2017-07-20 17:16:38 +02:00
parent a939d3620f
commit 27dd14ab33
13 changed files with 890 additions and 81 deletions

12
tox.ini Normal file
View file

@ -0,0 +1,12 @@
[tox]
envlist = py34, py35, py36
changedir=assets/onions/
setupdir=assets/onions/
skip_missing_interpreters = true
[testenv]
deps=
pytest
pyfakefs
pytest-mock
commands=pytest -v