view tests/rdrutil.py @ 1030:c2cd2ac289b2

tests: Add plugin tests.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 27 Dec 2017 13:25:53 -0800
parents 72f17534d58e
children
line wrap: on
line source

from piecrust.rendering import RenderingContext, render_page


def render_simple_page(page):
    ctx = RenderingContext(page)
    rp = render_page(ctx)
    return rp.content