Files
tmux-themepack/test/go.mod
Jim Myhrberg 6e2e24e0f2 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.
2019-12-09 22:56:37 +00:00

9 lines
135 B
Modula-2

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
)