๐Ÿ“ฆ rogpeppe / testscript

A fork of rogpeppe/go-internal/testscript with less dependencies

โ˜… 17 stars โ‘‚ 2 forks ๐Ÿ‘ 17 watching โš–๏ธ BSD 3-Clause "New" or "Revised" License
๐Ÿ“ฅ Clone https://github.com/rogpeppe/testscript.git
HTTPS git clone https://github.com/rogpeppe/testscript.git
SSH git clone git@github.com:rogpeppe/testscript.git
CLI gh repo clone rogpeppe/testscript
Roger Peppe Roger Peppe Merge pull request #1 from rogpeppe/025-updatescripts 661ba04 6 years ago ๐Ÿ“ History
๐Ÿ“‚ 661ba0429a22b42340f1260b91521ed2c4478e0f View all commits โ†’
๐Ÿ“ internal
๐Ÿ“ testdata
๐Ÿ“ txtar
๐Ÿ“„ cmd.go
๐Ÿ“„ cover.go
๐Ÿ“„ doc.go
๐Ÿ“„ envvarname.go
๐Ÿ“„ exe.go
๐Ÿ“„ go.mod
๐Ÿ“„ go.sum
๐Ÿ“„ LICENSE
๐Ÿ“„ README.md
๐Ÿ“„ testscript_test.go
๐Ÿ“„ testscript.go
๐Ÿ“„ README.md

testscript - end-to-end testing of Go commands

The go tool uses an internal DSL for testing. It works really well and we want it for our own commands, so we've factored it out here.