github.com/bhameyie/otto@v0.2.1-0.20160406174117-16052efa52ec/builtin/app/python/app_test.go (about)

     1  package pythonapp
     2  
     3  import (
     4          "testing"
     5  
     6          "github.com/hashicorp/otto/app"
     7  )
     8  
     9  func TestApp_impl(t *testing.T) {
    10          var _ app.App = new(App)
    11  }