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