Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

load_template searchpaths, take 2 #294

Merged
merged 9 commits into from
Aug 22, 2017
Merged

Commits on Aug 8, 2017

  1. Search parent modules in load_template

    If an explicit template_path is not specified, build a list of
    directories from the class MRO and pass them to FileSystemLoader
    bewing committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    fbe3347 View commit details
    Browse the repository at this point in the history
  2. load_template unit test fixes

    bewing committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    896ebd4 View commit details
    Browse the repository at this point in the history
  3. Test search path building

    bewing committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    604bbda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee1b76d View commit details
    Browse the repository at this point in the history
  5. PEP8

    bewing committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    37e58f4 View commit details
    Browse the repository at this point in the history
  6. Didn't use this subclass

    bewing committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    2e1148a View commit details
    Browse the repository at this point in the history
  7. pylama

    bewing committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    7868afc View commit details
    Browse the repository at this point in the history
  8. Rename template directory

    bewing committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    8959976 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2017

  1. Clean up search_path creation

    bewing committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    13ecc39 View commit details
    Browse the repository at this point in the history