tox

Homepage: https://github.com/chmouel/tox.el

Author: Chmouel Boudjnah

Updated:

Summary

Run Python tests with tox

Commentary

This package provides commands to run Python tests using tox:
- `tox-current-test': Run tox on the current test function
- `tox-current-class': Run tox on the current test class

With a prefix argument, both commands will prompt for a tox environment.

Dependencies