Ejemplo n.º 1
0
 def test_slugify(self):
     self.assertEqual('k8s-test-foo', filters.do_slugify('[k8s] Test Foo'))
Ejemplo n.º 2
0
 def test_slugify(self):
     self.assertEqual('k8s-test-foo', filters.do_slugify('[k8s] Test Foo'))
Ejemplo n.º 3
0
 def test_slugify(self):
     self.assertEqual("k8s-test-foo", filters.do_slugify("[k8s] Test Foo"))