1. Testing PSPS ingestion
=========================
1.0 Currently:
   Roy's 10 inputs are half(well... less than half)-tested through build.py

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:
./build.sh unittest

2.2. Coverage
./build.sh coverage

