From dcfd75250637cc3dea06cd7f333a6e894fc4a7e9 Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Wed, 12 Aug 2015 11:44:47 -0700 Subject: [PATCH] Added @crdconnor's Hitch library to changeme and readme --- CHANGELOG.md | 4 ++++ README.rst | 2 ++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c23e6b0a..b6411d8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All enhancements and patches to cookiecutter-django will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2015-08-12] +### Added +- hitch for end-to-end testing functionality (@crdoconnor) + ## [2015-08-09] ### Added - test coverage, bringing it to 100% (@pydanny) diff --git a/README.rst b/README.rst index e433d317..30579d70 100644 --- a/README.rst +++ b/README.rst @@ -23,6 +23,7 @@ Features * For Django 1.8 * Renders Django projects with 100% test coverage * Twitter Bootstrap_ 3 +* End-to-end via Hitch_ * AngularJS_ * 12-Factor_ based settings via django-environ_ * Optimized development and production settings @@ -37,6 +38,7 @@ Features * Integration with Maildump_ for local email testing (optional) * Integration with Sentry_ for error logging (optional) +.. _Hitch: https://github.com/hitchtest/hitchtest .. _Bootstrap: https://github.com/twbs/bootstrap .. _AngularJS: https://github.com/angular/angular.js .. _django-environ: https://github.com/joke2k/django-environ