From f95acc64d642c8c9b414025ffc673f000c3ba808 Mon Sep 17 00:00:00 2001 From: tay-k Date: Thu, 18 Sep 2014 18:21:36 +0900 Subject: [PATCH] fix filename of test files in README of examples --- examples/flaskr/README | 2 +- examples/minitwit/README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/flaskr/README b/examples/flaskr/README index fc555388..d7cb28f7 100644 --- a/examples/flaskr/README +++ b/examples/flaskr/README @@ -26,5 +26,5 @@ ~ Is it tested? - You betcha. Run the `flaskr_tests.py` file to see + You betcha. Run the `test_flaskr.py` file to see the tests pass. diff --git a/examples/minitwit/README b/examples/minitwit/README index 873ceb8e..9d84f627 100644 --- a/examples/minitwit/README +++ b/examples/minitwit/README @@ -27,5 +27,5 @@ ~ Is it tested? - You betcha. Run the `minitwit_tests.py` file to + You betcha. Run the `test_minitwit.py` file to see the tests pass.