https://github.com/cameronpm/conn-expect
A simple expect library designed around using net.Conn
https://github.com/cameronpm/conn-expect
expect go
Last synced: 6 months ago
JSON representation
A simple expect library designed around using net.Conn
- Host: GitHub
- URL: https://github.com/cameronpm/conn-expect
- Owner: cameronpm
- License: mit
- Archived: true
- Created: 2018-09-08T03:22:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-05T20:58:15.000Z (almost 6 years ago)
- Last Synced: 2025-03-13T00:21:46.707Z (over 1 year ago)
- Topics: expect, go
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# conn-expect
A simple expect library designed around using net.Conn
[](https://godoc.org/github.com/cameronpm/conn-expect)
[](https://travis-ci.org/cameronpm/conn-expect)
[](https://codecov.io/gh/cameronpm/conn-expect/)
The tests in expect_test.go are sufficient enough to get started.