serkor1 / cryptoQuotes

cryptoQuotes is an R package for retrieving historical and real-time cryptocurrency market data from multiple exchanges. It offers an easy-to-use interface for accessing price quotes, trading volumes, and market data, making it valuable for analysts, developers, and crypto enthusiasts.
https://serkor1.github.io/cryptoQuotes/
GNU General Public License v2.0
31 stars 24 forks source link

:fire: Expanding Unit Testing :fire: #25

Closed serkor1 closed 4 months ago

serkor1 commented 4 months ago

After the introduction of the new exchanges the unit testing has been expanded for the get_quote()-function, and the test-kraken.R has been changed to test-CICD.R which includes all exchanges that is supported in the US

[!NOTE]

The unit test expansion is based on tests using a US VPN connections. It is not guaranteed to work on Github or CRAN in the long run.

[!CAUTION]

MEXC is failing and passing tests randomly. This exchange (probably) needs to be under surveillance or removed at some point.

Skipping tests, see PR https://github.com/serkor1/cryptoQuotes/pull/24