add
This commit is contained in:
19
ccxt/test/base/language_specific/test_language_specific.py
Normal file
19
ccxt/test/base/language_specific/test_language_specific.py
Normal file
@@ -0,0 +1,19 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
root = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))))
|
||||
sys.path.append(root)
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
|
||||
# PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN:
|
||||
# https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
|
||||
from ccxt.test.base.test_deep_extend import test_deep_extend # noqa E402
|
||||
|
||||
def test_language_specific():
|
||||
pass
|
||||
Reference in New Issue
Block a user