Skip to content

dougm/bats-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

bats-mode

Synopsis

bats-mode is an Emacs mode for editing and running Bats tests.

bats-mode derives from the bash flavor of sh-mode, adding font-lock for bats keywords.

Installation

If you have a recent Emacs with package.el, you can install bats-mode from MELPA.

Or manually add to your emacs load-path.

Usage

bats-run-all

Run bats in the current directory.

Keybinding: C-c C-a

bats-run-current-file

Run bats with the current buffer file.

Keybinding: C-c C-,

bats-run-current-test

Run bats with the current test at point.

Keybinding: C-c M-,

About

Emacs mode for editing and running Bats tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published