- Run py.tests and unitest.TestCase tests on Atom.
-
You need py.test installed to use this package:
pip install pytest
When using virtualenv, the recommended workflow is:
- Activate your virtualenv on terminal.
- Run atom editor, so this plug-in will get py.test from virtualenv
-
Running all tests
(Ctrl + Alt + T)
-
Run test under cursor
(Ctrl + Alt + C)
-
Hide the execution panel
(Ctrl + Alt + H)
- Call py.test executable to run a python file.
- Show the output on a bottom closable pane.
- Add basic support to run test under cursor.
- Format the output and separate the output for each test.
- Add support to run all project tests.
This project is on initial development. Feel free to contribute reporting bugs, improvements or creating pull requests.