Closed
Description
- OS: linux
- Programming Language version: python (all?)
- CCXT version: master
- Exchange: none
- Method:
node run-tests
The Contributing documentation states to run node run-tests
after npm run build
.
This however does only run the main test-file (test.py
/ test.php
, ...).
Files like test_exchange_datetime_functions.py
| test.datetime.js
are not ran (and i did not find any reference on how/when this would ever be running during CI) - so i think these tests are not tested.
While this could be intentional (to shorten test-times) - i don't think it is.