def test_has_blok_ko(self):
     assert RegistryManager.has_blok('unexisting-blok') is False
 def test_has_blok_ok(self):
     assert RegistryManager.has_blok('anyblok-core') is True