예제 #1
0
 def test_has_blok_ko(self):
     assert RegistryManager.has_blok('unexisting-blok') is False
예제 #2
0
 def test_has_blok_ok(self):
     assert RegistryManager.has_blok('anyblok-core') is True