Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

jjasghar/test-kitchen-el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 

Repository files navigation

test-kitchen.el – Run test-kitchen inside of emacs

Overview

This plugin allows you to run your test-kitchen run inside of Emacs. No need to shell out or tab out to run `kitchen` commands.

This plugin also assumes you have ChefDK installed.

I’d like to thank Cameron Desautels for the jump start on this project. /me tips my hat to you sir.

I’d also like to thank Eric Larson for pushing me to keep this alive.

This plugin was also inspired from the following sites:

Key bindings

The following key bindings are just suggestions, I just didn’t have these bound to anything.

(global-set-key (kbd "C-c C-d") 'test-kitchen-destroy)
(global-set-key (kbd "C-c C-t") 'test-kitchen-test)
(global-set-key (kbd "C-c l") 'test-kitchen-list)
(global-set-key (kbd "C-c C-kc") 'test-kitchen-converge)
(global-set-key (kbd "C-c C-kv") 'test-kitchen-verify)

Things that are needed to be done at some point

  1. Have a way to select the only one suite to run
  2. Have a way to select only one os to run

License

This file is NOT part of GNU Emacs.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

See http://www.gnu.org/licenses/ for a copy of the GNU General Public License.

Copyright (C) 2015 JJ Asghar http://jjasghar.github.io