Acebots-AI / my-tiny-service

0 stars 1 forks source link

Add Tests for Exponentiation Endpoint #48

Closed acebots-ai[bot] closed 7 months ago

acebots-ai[bot] commented 7 months ago

This pull request introduces tests for the new exponentiation endpoint added to the API. It covers various scenarios including positive numbers, negative exponent, zero exponent, and zero base to ensure the correctness of the exponentiation functionality.

Tests are implemented using pytest.