-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Certain tests are never called #5704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
those tests are passing. i see no problem here... |
well datetime-functions file was one example ...
This above one seems to be based on a missed installation dependency, but the next one... ?
does it hurt to run them in CI ... ? they don't take that long ... ? |
That is correct, if you are going to test all exchanges you will also need web3, however, we don't install it by default, it's a responsibility of the user.
The next one is not finished yet: https://github.com/ccxt/ccxt/blob/master/python/test/test_calculate_fee.py#L3 |
a late reply - tests are actively being worked on. would be better to get feedback on current state and issues, as this issue is now 4 years old and we'd better close this current topic (& move into new issue whenever needed). |
node run-tests
The Contributing documentation states to run
node run-tests
afternpm 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.
The text was updated successfully, but these errors were encountered: