ert-runner.el icon indicating copy to clipboard operation
ert-runner.el copied to clipboard

Opinionated Ert testing workflow

Results 9 ert-runner.el issues
Sort by recently updated
recently updated
newest added

I agree with ert-runner's usage of convention over configuration to locate test files, but I think requiring all projects to move their tests to a `test` directory is fairly strict....

I have been hacking on a junit reporter, and made the following discoveries: 1) it's not possible to set `ert-runner-reporters-path` from the command line, nor can you load any file...

The `ert-runner` batch script fails in the following line: ```bat if not [%inside_emacs%]==[] ( ``` because `inside_emacs` is set to `27.0.90,compile`. Error message is: ``` "compile]==[]" kann syntaktisch an dieser...

Fixes #24. However, the tests are suboptimal. When running ecukes, stdin isn't a tty, so ert-runner with `--no-win` doesn't work. I had to use `script` to trick the emacs subprocess...

I'm trying to convert my package, ido-ubiquitous, to ert-runner. My package cannot function in batch-mode, so presumably I need to use the `--no-win` or `--win` option. However, when I do...

Commands that accept file lists at the end should not have unterminated argument parameters.

Ert runner have some runtime dependencies that will pollute the test environment. Run tests in subprocess to avoid this.

The Ert reporter is broken in Emacs 24.4. This is only an issue with byte compiled files. Using it will give the output: `Invalid time specification`