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