mirror of
https://github.com/jimeh/tmux-themepack.git
synced 2026-02-19 11:16:43 +00:00
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:
8
test/go.mod
Normal file
8
test/go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user