Ejemplo n.º 1
0
    def tearDownClass(cls):
        wait_until_redis_shutdown()

        # test 'reset' method
        cls._meta.reset()
        cls._mon.reset()

        os.rmdir(_tmp_cfg_dir)
Ejemplo n.º 2
0
 def tearDownClass(cls):
     wait_until_redis_shutdown()
Ejemplo n.º 3
0
    def tearDownClass(cls):
        cls.foam.terminate()

        wait_until_redis_shutdown()

        os.remove(config.config_file)
Ejemplo n.º 4
0
    def tearDownClass(cls):
        wait_until_redis_shutdown()

        # test 'reset' method
        cls._meta.reset()
        cls._mon.reset()