Skip to content

Commit

Permalink
added back debugging part
Browse files Browse the repository at this point in the history
  • Loading branch information
jankoslavic committed Sep 23, 2023
1 parent 0062c9f commit c299bf3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_2412.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,8 @@ def test_prepare_2412():
raise Exception('Not correct keys')
if x2['type'] != 2412:
raise Exception('Not correct type')


if __name__ == '__main__':
# test_read_2412()
test_read_write_2412_mixed()

0 comments on commit c299bf3

Please sign in to comment.