Skip to content

Commit 3415111

Browse files
author
Andrew Asche
committed
Trying get better code coverage
1 parent 2413658 commit 3415111

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

maths/power_using_recursion.py

+1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,5 @@ def power(base: int, exponent: int) -> float:
5252

5353
if __name__ == "__main__":
5454
import doctest
55+
5556
doctest.testmod()

0 commit comments

Comments
 (0)