From b45fec38138f16cb71867056cd11465659511c78 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 6 Mar 2015 07:51:21 +0100 Subject: [PATCH] add hint for test suite to readme --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 94567ecf6..16d796a80 100644 --- a/README.rst +++ b/README.rst @@ -55,8 +55,8 @@ Contributing to start making your changes to the **master** branch for next major version, or **stable** branch for next minor version. #. Write a test which shows that the bug was fixed or that the feature works - as expected. + as expected. Use ``make test`` to run the test suite. #. Send a pull request and bug the maintainer until it gets merged and - published. Make sure to add yourself to AUTHORS + published. Make sure to add yourself to AUTHORS and the change to CHANGES .