def test_basicUseExistingLibrary(self):
     jsonString = open("basicUseExistingLibrary.json").read()
     data = json.loads(jsonString)
     packageProjectGenerator.processJsonInput(data)        
示例#2
0
 def test_basicUseExistingLibrary(self):
     jsonString = open("basicUseExistingLibrary.json").read()
     data = json.loads(jsonString)
     packageProjectGenerator.processJsonInput(data)
 def test_existLib(self):
     jsonString = open("existLib.json").read()
     data = json.loads(jsonString)
     packageProjectGenerator.processJsonInput(data)
示例#4
0
 def test_existLib(self):
     jsonString = open("existLib.json").read()
     data = json.loads(jsonString)
     packageProjectGenerator.processJsonInput(data)