Closed hannesdelbeke closed 2 years ago
@BigRoy correctly pointed out that while we added pathlib support to register path deregister path doesn't yet support it.
this PR adds that support, and adds a new unittest
oh and the reason for those helper function: i'm reusing them for more tests on non-pathlib path_registration in another branch
Looks good!
@BigRoy correctly pointed out that while we added pathlib support to register path deregister path doesn't yet support it.
this PR adds that support, and adds a new unittest