chainsyncer/tests/test_thread.py
2022-03-17 10:10:37 +00:00

13 lines
218 B
Python

# standard imports
import logging
import unittest
# test imports
from tests.chainsyncer_base import TestBase
class TestThreadRange(TestBase):
def test_hello(self):
ThreadPoolRangeHistorySyncer(None, 3)