From 65d91b7cbb6ab4a388d66dc2834edc94fecb1cf2 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 23 Dec 2020 15:53:41 +0100 Subject: [PATCH] Add note on adding new exchange with compat tests --- docs/developer.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/developer.md b/docs/developer.md index dcbaa3ca9..6440dba82 100644 --- a/docs/developer.md +++ b/docs/developer.md @@ -242,6 +242,8 @@ The `IProtection` parent class provides a helper method for this in `calculate_l Most exchanges supported by CCXT should work out of the box. +To quickly test the public endpoints of an exchange, add a configuration for your exchange to `test_ccxt_compat.py` and run these tests with `pytest --longrun`. + ### Stoploss On Exchange Check if the new exchange supports Stoploss on Exchange orders through their API.