ahawker / ulid

Universally Unique Lexicographically Sortable Identifier (ULID) in Python 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix non-ascii character tests

ahawker opened this issue · comments

There are a number of tests based off the invalid_str_encoding fixture that are passing but the assert is being fulfilled by an incorrect code path.

  • Investigate best way to assert against exception message (pattern matching hopefully)
  • Fix tests and assert correct exception from expected code path