github.com/upcmd/up@v0.8.1-0.20230108151705-ad8b797bf04f/tests/functests/wip_test.go (about)

     1  // Ultimate Provisioner: UP cmd
     2  // Copyright (c) 2019 Stephen Cheng and contributors
     3  
     4  /* This Source Code Form is subject to the terms of the Mozilla Public
     5   * License, v. 2.0. If a copy of the MPL was not distributed with this
     6   * file, You can obtain one at https://mozilla.org/MPL/2.0/. */
     7  
     8  package functests
     9  
    10  import (
    11  	"github.com/upcmd/up/tests"
    12  	"testing"
    13  )
    14  
    15  func TestWip(t *testing.T) {
    16  	tests.TestT("", t)
    17  }