def test_basicUseExistingLibrary(self):
     jsonString = open("basicUseExistingLibrary.json").read()
     data = json.loads(jsonString)
     packageProjectGenerator.processJsonInput(data)        
Example #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)
Example #4
0
 def test_existLib(self):
     jsonString = open("existLib.json").read()
     data = json.loads(jsonString)
     packageProjectGenerator.processJsonInput(data)