mirror of
https://github.com/jimeh/tmux-themepack.git
synced 2026-02-19 03:16:38 +00:00
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.
9 lines
135 B
Modula-2
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
|
|
)
|