github.com/MOXA-ISD/edge-library-libcompose@v0.4.1-0.20200417083957-c90441e63650/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  }