added message when tests are successfull

This commit is contained in:
Lu 2023-07-02 05:34:26 +02:00
parent fbbe272adb
commit a315c5a51e

View File

@ -63,6 +63,8 @@ def main() -> None:
test_hex(echo, binary) test_hex(echo, binary)
test_octal_hex(echo, binary) test_octal_hex(echo, binary)
print("tests completed successfully")
if __name__ == "__main__": if __name__ == "__main__":
main() main()