Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

tests\util\test_byte_formatting.py should give results and be able to run on its own #2

Open
SolarDon opened this issue Mar 30, 2018 · 0 comments

Comments

@SolarDon
Copy link

In the test_short_to_bytes function should add:
print("test_short_to_bytes")
at the beginning and
print(" PASSED")
to the end of the function

Similarly for test_bytes_to_short():
add
print("test_bytes_to_short")
and
print(" PASSED")
to the end.

Finally at the end of the file we should have:
if name == "main":
test_bytes_to_short()
test_short_to_bytes()

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant