commit | 2d820808cda15b3ad9fe674393d1f1e997453d9e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 31 20:46:39 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 31 20:46:39 2015 +0100 |
tree | afc4a6637b5ba4d77a1de2f86d2995352eaae37e | |
parent | 53076830fea6df737455523f7e235bfe4f79864d [diff] [blame] |
patch 7.4.1010 Problem: Some developers are unhappy while running tests. Solution: Add a test and some color.
diff --git a/src/testdir/test_assert.vim b/src/testdir/test_assert.vim index 049ce98..25337a5 100644 --- a/src/testdir/test_assert.vim +++ b/src/testdir/test_assert.vim
@@ -17,3 +17,8 @@ let l = [1, 2, 3] call assert_equal([1, 2, 3], l) endfunc + +func Test_user_is_happy() + smile + sleep 300m +endfunc