tideliftcli/scan_test.go

11 lines
154 B
Go
Raw Normal View History

2019-05-16 03:54:57 +00:00
package main
import (
"testing"
)
func TestUpload(t *testing.T) {
//assert getManifestMatches gets all requirements.txt
upload("test/good_config")
}