| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Closes #1074
|
|
Flycheck aborted because compiling evil-tests resulted in too many
warnings because x-select-enable-clipboard is deprecated. Create
our own alias that is not.
|
|
|
|
This reverts commit e9391ae769bee189ef6144b8861b117d5c948a80, and
removes spurious debug messages.
|
|
This reverts commit c6086a7b0b44963071096e3ed7545f617de88915.
|
|
|
|
|
|
|
|
Version 1.2.15 was accidentally tagged as 1.12.15, and released as
such by MELPA Stable, so now I guess we have to run with it.
|
|
|
|
|
|
|
|
With the previous change, this function just serves to obfuscate the use of
make-temp-file. It's probably clearer to use make-temp-file directly.
|
|
The docstring says there is a race condition if you use make-temp-name then
later try to write the file which is exactly what was happening in
evil-test-write. I suspect this is the cause of the (random) segfaults in
travis.
Also disentangle the separate tests in evil-test-write.
|
|
Replace caddr in evil-test-helpers.el with primitive functions.
|
|
|
|
- add Package-Requires header
- fix byte compile warning about evil-test-selection
- move call to `provide` to the bottom of the file
|
|
The new file evil-test-helpers.el can be used by evil plugin authors
to write tests in the same manner as evil-mode's tests.
|