This pull request significantly enhances the test coverage of our API functionalities, focusing on precision handling in cryptocurrency and OHLC data fetching, as well as improving the robustness of NFT data retrieval methods.
Key Additions:
Precision Parameter Testing: Extended existing tests for /simple/price, /coins/{id}/ohlc, and /coins/{id}/contract/{contract_address}/market_chart/range endpoints to include scenarios where precision parameters are specified. This ensures accurate handling of numerical data at different levels of precision.
NFT Collection Data Handling: Introduced new tests to verify the correct functionality of NFT collection data fetching, including edge cases like invalid arguments and empty data responses. This includes tests for /nfts/{id} and related endpoints, ensuring our API handles various scenarios gracefully.
Enhanced Robustness: Additional assertions and mock responses were added to existing tests to cover a broader range of responses and error scenarios, improving the overall robustness of our API test suite.
This pull request significantly enhances the test coverage of our API functionalities, focusing on precision handling in cryptocurrency and OHLC data fetching, as well as improving the robustness of NFT data retrieval methods.
Key Additions:
Precision Parameter Testing: Extended existing tests for
/simple/price
,/coins/{id}/ohlc
, and/coins/{id}/contract/{contract_address}/market_chart/range
endpoints to include scenarios where precision parameters are specified. This ensures accurate handling of numerical data at different levels of precision.NFT Collection Data Handling: Introduced new tests to verify the correct functionality of NFT collection data fetching, including edge cases like invalid arguments and empty data responses. This includes tests for
/nfts/{id}
and related endpoints, ensuring our API handles various scenarios gracefully.Enhanced Robustness: Additional assertions and mock responses were added to existing tests to cover a broader range of responses and error scenarios, improving the overall robustness of our API test suite.