misp-galaxy/galaxy/lib/python3.12/site-packages/tests/test_redis.py

25 lines
379 B
Python
Raw Normal View History

2024-08-20 16:46:04 +00:00
#!/usr/bin/env python
# encoding: utf-8
"""
@author: william
@contact: 1342247033@qq.com
@site: http://www.xiaolewei.com
@file: test_redis.py
@time: 22/05/2018 18:43
"""
from unittest import TestCase
from sponge.drivers.redis import RedisDriver
from .driver import TestData
class RedisTest(TestData, TestCase):
def setUp(self):
self.driver = RedisDriver({})