Index: branches/sc_branches/psps_testing/README
===================================================================
--- branches/sc_branches/psps_testing/README	(revision 29111)
+++ branches/sc_branches/psps_testing/README	(revision 29117)
@@ -1,13 +1,17 @@
-1. Running the unit tests:
-python -m doctest testers/batch_file.py
-python -m doctest testers/batch_manifest_file.py
+1. Testing PSPS ingestion
+=========================
+1.0 Currently:
+   Roy's 10 inputs are half(well... less than half)-tested through build.py
 
-2. Coverage
-2.1 Coverage run
-python-coverage -x testers/batch_file.py
-python-coverage -x testers/batch_manifest_file.py
+1.1 Testing a valid input
+   (not yet implemented but will be)
+   psps_test.py <input.tar.gz>
 
-2.2 Coverage report
+2. Testing the framework
+========================
+2.1. Running the unit tests:
+./build.sh unittest
 
-python-coverage -r -o /usr
-python-coverage -r -o /usr -m
+2.2. Coverage
+./build.sh coverage
+
