Skip to content

Sublime Text 3 plugin that opens two columns with unit test in left group and code file in right group.

License

Notifications You must be signed in to change notification settings

dsandmark/GoTestdriven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Go Testdriven - Sublime Text 3 package

Opens two columns with unit test in left group and code file in right group.

Assumes

  • file ending in '.spec.js' denotes a unit test file
  • unit test and code file are located in same directory

How to

Open e.g. features/movies/controller.js or features/movies/controller.spec.js

Run GoTestdriven command

Two columns will be opened with

  • controller.spec.js shown in the left group
  • controller.js shown in right group

Ready, set, start TDD.

About

Sublime Text 3 plugin that opens two columns with unit test in left group and code file in right group.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages