示例#1
0
 def test_executed(self):
     register_status('TEST_VOTING_EXECUTED')
示例#2
0
    def handle(self, *args, **options):
        #uvus=str(options['uvus'][0])

        register_status('REGISTERED')
示例#3
0
 def inner_run(self, *args, **options):
     register_status("RUNSERVER")
     super(Command, self).inner_run(*args, **options)
示例#4
0
 def test_executed(self):
     register_status('TEST_CENSUS_EXECUTED')
示例#5
0
 def test_executed(self):
     mods.register_status('TEST_STORE_EXECUTED')
示例#6
0
 def test_executed(self):
     mods.register_status('TEST_POSTPROC_EXECUTED')
示例#7
0
 def test_executed(self):
     register_status('TEST_AUTH_EXECUTED')