mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-04-06 06:53:51 +00:00
added python3.9 support
This commit is contained in:
parent
fe478fae36
commit
526a4f8fe9
10 changed files with 144 additions and 61 deletions
|
|
@ -42,4 +42,4 @@ class TestlookupLibHelper:
|
|||
fixClublogApi._generate_random_word()
|
||||
|
||||
assert type(fixClublogApi._generate_random_word(5)) is unicode
|
||||
assert len(fixClublogApi._generate_random_word(5)) is 5
|
||||
assert len(fixClublogApi._generate_random_word(5)) == 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue