Run the tests

We use pytest, but unittest is still the used style. I plan on linking this codecov or similar.

Full test

cd test
py.test --cov=debinterface test

To have it work with breakpoints

cd test
py.test --cov=debinterface test -s