Пример #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')