Skip to content

Commit

Permalink
Make test_emcy a script
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland committed Aug 14, 2024
1 parent ba8f396 commit cea292a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_emcy.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,7 @@ def check(*args, res):
check(res=b'\x00\x00\x00\x00\x00\x00\x00\x00')
check(3, res=b'\x00\x00\x03\x00\x00\x00\x00\x00')
check(3, b"\xaa\xbb", res=b'\x00\x00\x03\xaa\xbb\x00\x00\x00')


if __name__ == "__main__":
unittest.main()

0 comments on commit cea292a

Please sign in to comment.