browsh/interfacer
Thomas Buckley-Houston 8cf3de33c3 Move integration tests to Golang CLI client
After moving to Tcell and implementing its screen diff updates, we can
no longer watch STDOUT to get frames during integration tests. Instead
we need to use Tcell's SimulationScreen and which has a GetContents()
method. This is actually also a much more robust way of being able to
see what Browsh actually outputs during testing.
2018-02-17 14:10:39 +08:00
..
contrib Move integration tests to Golang CLI client 2018-02-17 14:10:39 +08:00
.goreleaser.yml FreeBSD builds. For @RainbowHackerHorse 2018-02-05 16:57:49 +08:00
browsh.go Move integration tests to Golang CLI client 2018-02-17 14:10:39 +08:00
browsh_test.go Move integration tests to Golang CLI client 2018-02-17 14:10:39 +08:00
Gopkg.lock Move integration tests to Golang CLI client 2018-02-17 14:10:39 +08:00
Gopkg.toml Replaced Termbox-go with Tcell 2018-02-14 10:33:39 +08:00
main.go Move integration tests to Golang CLI client 2018-02-17 14:10:39 +08:00