Currently in the powtest function in Lib/test/test_pow.py file we are not testing the results of calling pow with negative exponents.
This PR will add appropriate assert statements to test the results of calling pow with negative exponents.
Linked PRs
Currently in the
powtestfunction inLib/test/test_pow.pyfile we are not testing the results of calling pow with negative exponents.This PR will add appropriate assert statements to test the results of calling pow with negative exponents.
Linked PRs