From f356643930f9dc7ffc9dd04bd880c295672d2d9f Mon Sep 17 00:00:00 2001 From: Nick Rubin Date: Sun, 15 Jan 2017 15:55:34 -0800 Subject: [PATCH] Readme now gives correct command for testing code. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 239c9e0..ad7caee 100644 --- a/README.md +++ b/README.md @@ -89,5 +89,5 @@ Development and Testing We use pytest for testing. Tests can be run from the top-level directory using: ``` -pytest +py.test ```