From: Razvan Deaconescu Date: Mon, 29 Aug 2011 05:28:06 +0000 (+0300) Subject: ppf/new: Add all test running commands to README. X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=9954a5bf4dad22769747411cb9680da4ac13f4f5;p=cs-p2p-next.git ppf/new: Add all test running commands to README. --- 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