commented run_around_tests

This commit is contained in:
மனோஜ்குமார் பழனிச்சாமி 2022-05-04 05:09:53 +05:30
parent 5cd5074166
commit e688e11265

View File

@ -36,7 +36,7 @@ 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