Normalized Python Package Name

This commit is contained in:
brianf
2017-09-21 15:53:13 -04:00
parent a8b740a538
commit 562269dd2b
2 changed files with 39 additions and 5 deletions

View File

@@ -98,6 +98,10 @@ public class PythonPackageAnalyzerTest extends BaseTest {
}
}
assertTrue("Version 0.0.1 not found in EggTest dependency.", found);
assertEquals("0.0.1",result.getVersion());
assertEquals("eggtest",result.getName());
assertEquals("eggtest:0.0.1",result.getDisplayFileName());
assertEquals(PythonPackageAnalyzer.DEPENDENCY_ECOSYSTEM,result.getDependencyEcosystem());
}
}