Eldev 1.10
Several new features:
- Support for another testing framework: Doctest. Unlike the three already supported, this one doesn’t have separate test files, but instead embeds testcases inside your normal source code, in docstrings.
- New command
podman
adds direct support for Podman, which is largely the same as that for Docker. - Eldev should now work correctly with rootless Docker and Podman installations.
- Projects can now optionally display indirect build information by setting variable
eldev-display-indirect-build-stdout
in fileEldev
. - Improved diagnostics when a package cannot be installed (e.g. from GNU ELPA) due to invalid or outdated signature.
- Other minor fixes and improvements.