commented run_around_tests
This commit is contained in:
parent
e688e11265
commit
3cec8b17e7
@ -33,10 +33,10 @@ from tests.conftest_trades_usdt import (mock_trade_usdt_1, mock_trade_usdt_2, mo
|
|||||||
logging.getLogger('').setLevel(logging.INFO)
|
logging.getLogger('').setLevel(logging.INFO)
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(autouse=True)
|
# @pytest.fixture(autouse=True)
|
||||||
def run_around_tests():
|
# def run_around_tests():
|
||||||
yield
|
# yield
|
||||||
# assert Trade.use_db
|
# assert Trade.use_db
|
||||||
|
|
||||||
|
|
||||||
# Do not mask numpy errors as warnings that no one read, raise the exсeption
|
# Do not mask numpy errors as warnings that no one read, raise the exсeption
|
||||||
|
Loading…
Reference in New Issue
Block a user