github.com/zhgqiang/libcompose@v0.4.1-0.20210112080336-bff7ba3690e1/integration/pull_test.go (about)

     1  package integration
     2  
     3  import (
     4  	. "gopkg.in/check.v1"
     5  )
     6  
     7  func (s *CliSuite) TestPull(c *C) {
     8  	//TODO: This doesn't test much
     9  	s.ProjectFromText(c, "pull", `
    10          hello:
    11            image: tianon/true
    12            stdin_open: true
    13            tty: true
    14          `)
    15  }