Pylons / pyramid-cookiecutter-starter

A Cookiecutter (project template) for creating a Pyramid starter project with choices for template language (Jinja2, Chameleon, or Mako), persistent backend (none, SQLAlchemy with SQLite, or ZODB), and mapping of URLs to routes (URL dispatch or traversal)
95 stars 53 forks source link

move tests outside #81

Closed mmerickel closed 4 years ago

mmerickel commented 4 years ago

move the tests outside of the source package for better testing/distribution

stevepiercy commented 4 years ago

I ran through the 3 combinations of cookiecutters that we use in the Pyramid docs using this branch, and we're all good!