added message when tests are successfull
This commit is contained in:
parent
fbbe272adb
commit
a315c5a51e
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user