build icon indicating copy to clipboard operation
build copied to clipboard

*: add some initial tests for every command

Open cgonyeo opened this issue 10 years ago • 2 comments

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

cgonyeo avatar Oct 07 '15 00:10 cgonyeo

Perhaps you could edit your comment to add a check-list for this one.

jonboulle avatar Oct 07 '15 01:10 jonboulle

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)

jonboulle avatar Oct 14 '15 18:10 jonboulle