Skip to content
kchai edited this page May 4, 2011 · 1 revision

based on presentation 2 show code Test_basic.py show demo

3/31 Problems: The relationship between modules to us it looks like relationship between different modules is not link in the same way. it makes the situation a little compicated because we need to develop a specific realtionship for eachmodule itself.

4/5 Problems about unittest: the problem is after we sepreate the unittest and sugarcrm. Eachtime we run the unittest, the current folder will be added into sys.path only. So we should modify the Pythonpath or sys.path in some ways. And what I found is how to chang that in Windows only. A way that mulit-system support should be develop since we have different OS. you can check the sys.path by using this script to get the idea about the problem. import sys print sys.path

4/12 after the meeting with John Metric he metioned: 1Add dynamic function creation which is useful for updated version of the sugarcrm API, so our python version remains relevant. 2Query class which would generate proper SQL syntax from simple user input.
3Unittest should be work in the future, at least in the release phrase.

4/19 Check the Ruby-SugarCRM for their examples update Wiki, mark what we have accomplished so far check Test_GetUsierTeamID.py, some errors in here

4/21 warp the function calls into a folder, and do the unittest as a suite but not a single file.

Clone this wiki locally