stable/freqtrade/tests/rpc
Matthias a541d0a931 convert tests to packages
source: https://docs.pytest.org/en/latest/goodpractices.html

If you need to have test modules with the same name, you might add __init__.py files to your tests folder and subfolders, changing them to packages:
2018-10-09 21:13:43 +02:00
..
__init__.py convert tests to packages 2018-10-09 21:13:43 +02:00
test_rpc.py Adjust remaining tests to _load_markets refactoring 2018-09-11 19:59:01 +02:00
test_rpc_manager.py default_conf is function-scoped fixture, no need to deepcopy it 2018-07-30 15:41:02 +03:00
test_rpc_telegram.py Adjust remaining tests to _load_markets refactoring 2018-09-11 19:59:01 +02:00
test_rpc_webhook.py remove useless docstrings from tests 2018-07-29 17:09:44 +03:00