From d926ac779f4c83189dcc7fdc833b2aa90f5a0455 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 11 Sep 2019 15:16:50 -0400
Subject: [PATCH] Remove the docs about the test suite

---
 README.rst | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/README.rst b/README.rst
index 211cf19..069ce2c 100644
--- a/README.rst
+++ b/README.rst
@@ -16,11 +16,7 @@ Build using Stack::
 Testing
 -------
 
-You can run the PaymentServer automated test suite using stack::
-
-  $ stack test
-
-You may also want to perform manual integration testing against Stripe.
+You can perform manual integration testing against Stripe.
 First, run the server::
 
   $ stack run
-- 
GitLab