feat(test): Add unit tests for all themes

Use Tmux itself by spinning up a temporary test server, load the theme,
and use "show-options" to pull out and validate relevant options that
are set by the theme.
This commit is contained in:
2019-11-29 02:47:36 +00:00
parent cae4b67003
commit 6e2e24e0f2
10 changed files with 499 additions and 0 deletions

8
test/go.mod Normal file
View File

@@ -0,0 +1,8 @@
module github.com/jimeh/tmux-themepack/test
go 1.13
require (
github.com/jimeh/go-tmux v0.0.2
github.com/stretchr/testify v1.4.0
)