Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
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

Description

@SolarDon

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()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions