From d6cc11c3a0bffdaa0676501a801a9f2d86387a56 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 30 Jan 2011 17:06:20 -0500 Subject: [PATCH] note existence of paster template tests --- RELEASING.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASING.txt b/RELEASING.txt index b17cd096e9..7d74050a84 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -5,6 +5,10 @@ Releasing Pyramid $ python setup.py nosetests --with-coverage +- Make sure paster templates pass: + + $ python template_tests.py + - Ensure all features of the release are documented (audit CHANGES.txt or communicate with contributors).