mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
6509c38717
New functions log_contains, num_log_contains, num_log_has and num_log_has_re are introduced in the conftest module to help and simplify checking: - if logs contain a string; - count how many messages contain a string; - count how many messages are the given string; - count how many messages matchs a regex. A couple of existing tests are changed using the new functions. |
||
---|---|---|
.. | ||
__init__.py | ||
test_binance.py | ||
test_ccxt_compat.py | ||
test_exchange.py | ||
test_ftx.py | ||
test_gateio.py | ||
test_kraken.py |