def test_kwarg(self): app = bottle.Bottle() br = bottlereact.BottleReact(app, prod=True) html = br.render_html(br.HelloWorld(), template='title', title='xyz').strip() self.assertEqual(html, 'xyz')