Justin M. Keyes
540360a775
test: is_os() #10933
...
- Move os_name() up to "global helpers".
- Rename it to is_os().
- Make it depend on uname() instead of a running Nvim instance.
2019-09-04 06:58:04 -07:00
Justin M. Keyes
ead39d6ce6
test/uname(): always lowercase
2019-09-01 22:49:33 -07:00
Edd Barrett
b64af88c84
CI/OpenBSD: run functional tests
...
Adapt some tests for OpenBSD:
- scrollback_spec:
- seq(1) is not available on OpenBSD: we'd use jot(1).
- Instead use a (hopefully) portable awk(1) snippet.
- channels_spec
- job_spec
- tui_spec
2019-09-01 22:49:33 -07:00
Justin M. Keyes
fd04877eb0
test: remove use of require('test.helpers')
...
The test.functional.helpers and test.unit.helpers modules now include
all of the public functions from test.helpers, so there is no need to
separately require('test.helpers').
2019-05-18 15:48:13 +02:00
Justin M. Keyes
24f9dd73d5
test/channels_spec: cleanup
...
- Remove stray print()
- Use uname() instead of system('uname')
2019-05-12 00:43:28 +02:00
Jan Edmund Lazo
8e44396794
functionaltest: enable buffered output tests
2018-10-31 22:55:07 -04:00
Justin M. Keyes
fd4021387e
test: rename next_message() to next_msg()
2018-03-11 12:43:42 +01:00
Björn Linse
308dd53783
channel: check for existance before trying to set key
...
This avoids an error message in async context, where it is not safe.
2017-12-23 14:02:00 +01:00
Björn Linse
e3c4c8a90e
tests: mark flaky socket test pending for now
2017-11-27 11:43:24 +01:00
Björn Linse
91b856ccce
channels: tests
2017-11-26 09:17:04 +01:00