(test-begin "push") (tick '("create" "--type" "defect" "--summary" "hello" "--body" "Comment me")) (test-assert "Pushing changes to server" (and (tick '("push")) #t)) (test-end "push") (test-exit)