tideliftcli/scan_test.go
2019-05-15 23:54:57 -04:00

11 lines
154 B
Go

package main
import (
"testing"
)
func TestUpload(t *testing.T) {
//assert getManifestMatches gets all requirements.txt
upload("test/good_config")
}