summaryrefslogtreecommitdiffstats
path: root/goctl_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Move tests for bultin commands to separate modules.Brian Cully2015-07-101-20/+0
|
* Pass Goctl object into handlers.Brian Cully2015-07-101-12/+15
|
* Change Handler type to interface.Brian Cully2015-07-101-12/+30
| | | | Should allow for more flexibility in handlers. Also, move builtin handlers into their own modules
* Move builtin commands into objects handlers on creation.Brian Cully2015-07-101-0/+19
| | | | This simplifies lookup. Still prevents overriding of command handlers.
* Add test helpers.Brian Cully2015-07-101-41/+25
|
* Use NUL as field separator.Brian Cully2015-07-101-24/+38
| | | | This way spaces can be sent as useful data to commands.
* Initial commit.Brian Cully2015-07-021-0/+178