Пример #1
0
 def test_mksource_pass(self):
     rv = soy_nginx._mksource('/htdocs', **self.vars)
     ok_(rv is True, 'returned %s' % rv)
Пример #2
0
 def test_mksource_fail(self):
     rv = soy_nginx._mksource('/htdocs', **self.vars)