From 9954a5bf4dad22769747411cb9680da4ac13f4f5 Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Mon, 29 Aug 2011 08:28:06 +0300 Subject: [PATCH] ppf/new: Add all test running commands to README. --- ppf/new/README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ppf/new/README b/ppf/new/README index 58da8d7..77c73ed 100644 --- a/ppf/new/README +++ b/ppf/new/README @@ -1,3 +1,5 @@ In order to run tests, use the following commands in the current folder: PYTHONPATH=. python tests/test_storage.py PYTHONPATH=. python tests/test_config.py + PYTHONPATH=. python tests/test_parsing.py + PYTHONPATH=. python tests/test_util.py -- 2.20.1