Index: branches/sc_branches/psps_testing/README
===================================================================
--- branches/sc_branches/psps_testing/README	(revision 29117)
+++ branches/sc_branches/psps_testing/README	(revision 29438)
@@ -1,17 +1,28 @@
-1. Testing PSPS ingestion
-=========================
-1.0 Currently:
-   Roy's 10 inputs are half(well... less than half)-tested through build.py
+This is the PSPS test framework. Currently, it allows:
+- Testing itself;
+- Testing if data ingestion is ok. See part 2;
+- That's it.
 
-1.1 Testing a valid input
-   (not yet implemented but will be)
-   psps_test.py <input.tar.gz>
-
-2. Testing the framework
-========================
-2.1. Running the unit tests:
+1. Testing the test framework
+=============================
+1.1. Running the unit tests:
 ./build.sh unittest
 
-2.2. Coverage
+1.2. Coverage
 ./build.sh coverage
 
+1.3. Documentation
+Generate it with
+./build.sh documentation
+
+2. Testing PSPS data ingestion
+==============================
+2.1 Testing a valid input
+      (not yet implemented but will be)
+    psps_test.py <input.tar.gz> <report.xml>
+    - <input.tar.gz>: IPP batch (output of ipp2psps)
+    - <report.xml>: Test report 
+      (can be converted to html and/or pdf using TODO)
+
+(currently, edit psps_test.py and replace input file name)
+
