Skip to content

t0yv0/testrun.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testrun.el

Runs tests at point. Features:

  • supports Go tests
  • recognizes Go sub-tests at point
  • can toggle -test.v flag
  • can toggle -update flag for autogold tests

Usage

(use-package testrun
  :bind (("C-c t SPC" . testrun-at-point)
         ("C-c t t"   . testrun-repeat)
         ("C-c t d".  . testrun-in-current-directory)
         ("C-c t v".  . testrun-toggle-verbosity))

About

Run Go test or subtest at point

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published