Exemplo n.º 1
0
 def test_has_blok_ko(self):
     assert RegistryManager.has_blok('unexisting-blok') is False
Exemplo n.º 2
0
 def test_has_blok_ok(self):
     assert RegistryManager.has_blok('anyblok-core') is True