From 219c47ab9f8dae2d24013db59430e8b9527e7955 Mon Sep 17 00:00:00 2001 From: kazukazuinaina Date: Sun, 12 Jun 2022 03:28:51 +0900 Subject: [PATCH] [add] Test section in README --- CONTRIBUTING.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ab46e879..da691749 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,18 @@ Contributions and pull requests are welcome. Please take note of the following * Adhere to the existing style as much as possible; notably, 2 space indents and long-form keywords. * Keep the history clean! Squash your branches before you submit a pull request. `pull --rebase` is your friend. * Any changes to the core should be tested against Vim 7.4. -* Contributers should install [thinca/vim-themis](https://github.com/thinca/vim-themis) to run tests before sending a PR if they applied some modification to the code. PRs which does not pass tests won't be accepted. + +# Testing + +Contributers should install [thinca/vim-themis](https://github.com/thinca/vim-themis) to run tests before sending a PR if they applied some modification to the code. PRs which does not pass tests won't be accepted. + +## Installation + +``` +$ cd /path/to/vim-airline +$ git submodule add https://github.com/thinca/vim-themis ./.themis-bin +$ ./path/to/themis-bin/bin/themis path/to/vim-airline/test --reporter spec +``` # Bugs