Commit e2cd7368d2cd33170ae496e24192185093afd4e3
1 parent
1c8e20b6
更新demo
Showing
22 changed files
with
31 additions
and
31 deletions
testcase/doAdd/.gitignore renamed to testcase/sg/doAdd/.gitignore
testcase/doAdd/__init__.py renamed to testcase/sg/doAdd/__init__.py
1 | -# -*- coding:utf-8 -*- | |
2 | -import binascii | |
3 | -import base64 | |
4 | -import requests,json | |
5 | -import time | |
6 | -# import sys | |
7 | -# reload(sys) | |
1 | +# -*- coding:utf-8 -*- | |
2 | +import binascii | |
3 | +import base64 | |
4 | +import requests,json | |
5 | +import time | |
6 | +# import sys | |
7 | +# reload(sys) | |
8 | 8 | # sys.setdefaultencoding('utf8') |
9 | 9 | \ No newline at end of file | ... | ... |
testcase/doAdd/test_doAdd.py renamed to testcase/sg/doAdd/test_doAdd.py
testcase/doAdd/test_doAddA.py renamed to testcase/sg/doAdd/test_doAddA.py
testcase/doAudit/.gitignore renamed to testcase/sg/doAudit/.gitignore
testcase/doAudit/__init__.py renamed to testcase/sg/doAudit/__init__.py
1 | -# -*- coding:utf-8 -*- | |
2 | -import binascii | |
3 | -import base64 | |
4 | -import requests,json | |
5 | -import time | |
6 | -# import sys | |
7 | -# reload(sys) | |
1 | +# -*- coding:utf-8 -*- | |
2 | +import binascii | |
3 | +import base64 | |
4 | +import requests,json | |
5 | +import time | |
6 | +# import sys | |
7 | +# reload(sys) | |
8 | 8 | # sys.setdefaultencoding('utf8') |
9 | 9 | \ No newline at end of file | ... | ... |
testcase/doAudit/test_doAudit.py renamed to testcase/sg/doAudit/test_doAudit.py
testcase/doUndo/.gitignore renamed to testcase/sg/doUndo/.gitignore
testcase/doUndo/__init__.py renamed to testcase/sg/doUndo/__init__.py
1 | -# -*- coding:utf-8 -*- | |
2 | -import binascii | |
3 | -import base64 | |
4 | -import requests,json | |
5 | -import time | |
6 | -# import sys | |
7 | -# reload(sys) | |
1 | +# -*- coding:utf-8 -*- | |
2 | +import binascii | |
3 | +import base64 | |
4 | +import requests,json | |
5 | +import time | |
6 | +# import sys | |
7 | +# reload(sys) | |
8 | 8 | # sys.setdefaultencoding('utf8') |
9 | 9 | \ No newline at end of file | ... | ... |
testcase/doUndo/test_doUndo.py renamed to testcase/sg/doUndo/test_doUndo.py
testcase/fieldConfig/.gitignore renamed to testcase/sg/fieldConfig/.gitignore
testcase/fieldConfig/__init__.py renamed to testcase/sg/fieldConfig/__init__.py
testcase/fieldConfig/test_fieldConfig.py renamed to testcase/sg/fieldConfig/test_fieldConfig.py
testcase/login/.gitignore renamed to testcase/sg/login/.gitignore
testcase/login/__init__.py renamed to testcase/sg/login/__init__.py
testcase/login/test_login.py renamed to testcase/sg/login/test_login.py
testcase/logout/.gitignore renamed to testcase/sg/logout/.gitignore
testcase/logout/__init__.py renamed to testcase/sg/logout/__init__.py
1 | -# -*- coding:utf-8 -*- | |
2 | -import binascii | |
3 | -import base64 | |
4 | -import requests,json | |
5 | -import time | |
6 | -# import sys | |
7 | -# reload(sys) | |
1 | +# -*- coding:utf-8 -*- | |
2 | +import binascii | |
3 | +import base64 | |
4 | +import requests,json | |
5 | +import time | |
6 | +# import sys | |
7 | +# reload(sys) | |
8 | 8 | # sys.setdefaultencoding('utf8') |
9 | 9 | \ No newline at end of file | ... | ... |
testcase/logout/test_logout.py renamed to testcase/sg/logout/test_logout.py
testcase/upStream/.gitignore renamed to testcase/sg/upStream/.gitignore
testcase/upStream/__init__.py renamed to testcase/sg/upStream/__init__.py
testcase/upStream/test_upStream.py renamed to testcase/sg/upStream/test_upStream.py