pyblish / pyblish-base

Pyblish base library - see https://github.com/pyblish/pyblish for details.
Other
123 stars 60 forks source link

add pathlib support to deregister_plugin_path #384

Closed hannesdelbeke closed 2 years ago

hannesdelbeke commented 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

hannesdelbeke commented 2 years ago

oh and the reason for those helper function: i'm reusing them for more tests on non-pathlib path_registration in another branch

mottosso commented 2 years ago

Looks good!