Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/keewis/pytest.el
- Owner: keewis
- License: gpl-3.0
- Created: 2019-10-15T23:29:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-16T18:54:49.000Z (over 3 years ago)
- Last Synced: 2024-12-21T11:41:32.443Z (about 2 months ago)
- Topics: emacs, lisp, pytest, python
- Language: Emacs Lisp
- Homepage: https://pytest-el.readthedocs.io/en/latest/
- Size: 75.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 bufferInstalling
----------
There currently is no (robust) installation process whatsoever, but
adding `$(prefix)/pytest.el/lisp` to `load-path` works for now.