
| Current Path : /var/www/web-klick.de/tests/Testplan/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/web-klick.de/tests/Testplan/item.py |
# ---INTERPRETER---
import os
import re
import autotest
exec ( autotest.item.INHERIT )
class cls (Parent):
#------------ PROGRAM CODE: (next jump: ) ------
def log (self):
return('''
uuu
''')
def result (self):
return('''
''')
def t01 (self):
o = """
def t01 (self):
o = "1"1"1---LOG---"1"1"1
o1 = re.sub(r'" *1','"'+'2',o)
o = re.sub(r"---LOG---",o1,o,1)
o = re.sub(r'" *1','"' ,o)
o = re.sub(r'" *2','"'+'1',o)
self._log = o
self.sync()
"""
o1 = re.sub(r'" *1','"'+'2',o)
o = re.sub(r"---LOG---",o1,o,1)
o = re.sub(r'" *1','"' ,o)
o = re.sub(r'" *2','"'+'1',o)
self._log = o
self.sync()
#------------ PROGRAM CODE END ----------------