Files
workflow2case/case/case_code.py
sheerfish999 4f396dd4fc modified: README.md
modified:   xmind2case.py
2018-05-28 13:06:23 +08:00

36 lines
316 B
Python

Receive_Data()
Verify_Data()
a=test()
if a=="Y":
b=Transform(a)
if b>1:
Load()
c=select1()
if c==5:
e=select2(c)
if e>=5:
d=select4(c)
if d<=8:
runit()
if c==2:
d=select3(c)
if d>8:
runit()
if d<=8:
runit()
if a=="N":
Report_Errors()