Merge branch 'python-tests' of github.com:IsxImattI/Python into python-tests

This commit is contained in:
IsxImattI 2024-11-11 00:11:25 +01:00
commit af59f5cd02

View File

@ -283,5 +283,6 @@ class Square(Rectangle):
def area(self) -> float: def area(self) -> float:
return super().area() return super().area()
if __name__ == "__main__": if __name__ == "__main__":
__import__("doctest").testmod() __import__("doctest").testmod()