Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keewis/pytest.el

Emacs mode for running pytest
https://github.com/keewis/pytest.el

emacs lisp pytest python

Last synced: about 1 month ago
JSON representation

Emacs mode for running pytest

Awesome Lists containing this project

README

        

pytest.el: run pytest in emacs
==============================

`pytest.el` allows running pytest from within emacs.

Note that there are two more mature packages:
- [pytest-el](https://github.com/ionrock/pytest-el) (the name clash is
not intentional, see #1)
- [emacs-python-pytest](https://github.com/wbolster/emacs-python-pytest)

Features include:
* running tests on
- the whole test suite
- single test files (including the current buffer)
- particular test cases (including the currently highlighted)
* saving in buffers based on the selected test
* a minor mode for the output, allowing rerunning the buffer

Installing
----------
There currently is no (robust) installation process whatsoever, but
adding `$(prefix)/pytest.el/lisp` to `load-path` works for now.