mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-25 09:44:21 +01:00
8 lines
235 B
Python
8 lines
235 B
Python
import unittest
|
|
from .test_rest_serializers_and_types import TestRestSerializersAndTypes
|
|
from .test_websocket_serializers_and_types import TestWebsocketSerializersAndTypes
|
|
|
|
NAME = "tests"
|
|
|
|
if __name__ == "__main__":
|
|
unittest.main() |