This is the PSPS test framework. Currently, it allows:
- Testing itself;
- Testing if data ingestion is ok. See part 2;
- That's it.

1. Testing the test framework
=============================
1.1. Running the unit tests:
./build.sh unittest

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)

