Exemplo n.º 1
0
def test_fix_settings():
    bad_settings = dict(
        FILTER_PARTIALS=None,
        FILTER=None,
        INCLUDE=None,
        HOST=None,
        PORT=None,
    )
    c = Clay(TESTS, bad_settings)
    create_page('test.html', HTML)
    c.get_pages_index()
Exemplo n.º 2
0
def test_fix_settings():
    bad_settings = dict(FILTER_PARTIALS=None, FILTER=None, INCLUDE=None, HOST=None, PORT=None)
    c = Clay(TESTS, bad_settings)
    create_page("test.html", HTML)
    c.get_pages_index()