The freezer.tests.unit.scheduler.test_scheduler_daemon Module

class freezer.tests.unit.scheduler.test_scheduler_daemon.TestDaemon(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]
test_create()[source]
test_handle_program_exit_calls_scheduler_stop()[source]
test_handle_program_reload_calls_scheduler_reload()[source]
test_pid_fname_in_tempdir(*args, **keywargs)[source]
test_pid_not_exists(*args, **keywargs)[source]
test_signal_map_handlers()[source]
test_start(*args, **keywargs)[source]
class freezer.tests.unit.scheduler.test_scheduler_daemon.TestNoDaemon(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp(*args, **keywargs)[source]
test_create()[source]
test_exit_handler()[source]
test_has_status_method()[source]
test_has_stop_method()[source]
test_reload_handler()[source]
test_start_exit_ok()[source]