A python 35+ webshell.
This project is inspired from Weevely. You should check it out, it really worths it as it have far much functionality than this.
Run the test suite with tox
if you have it installed.
This is the prefered usage since it will check the project for every
supported python interpreter.
It will also unit test the distribution and the documentation.
$ python tox
If you prefer to only run package test suite with only your current python interpreter:
$ pip install .[tests]
$ py.test