build
build copied to clipboard
*: add some initial tests for every command
Each command supported by acbuild should have at least one functional test.
- [x] annotation
- [x] begin
- [x] cat-manifest
- [ ] copy
- [x] dependency
- [x] end
- [x] environment
- [ ] isolator
- [x] label
- [x] mount
- [x] port
- [x] replace-manifest
- [ ] run
- [x] set-event-handler
- [x] set-exec
- [x] set-group
- [x] set-name
- [x] set-user
- [x] set-working-directory
- [ ] write
Perhaps you could edit your comment to add a check-list for this one.
One possibility is to do something like fleet: https://github.com/coreos/fleet/blob/master/functional/util/util.go#L29 https://github.com/coreos/fleet/blob/master/functional/README.md
(rkt is similar but rather more complex)