IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 15, 2010, 2:51:13 PM (16 years ago)
Author:
Serge CHASTEL
Message:

Test report now in xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/sc_branches/psps_testing/README

    r29117 r29438  
    1 1. Testing PSPS ingestion
    2 =========================
    3 1.0 Currently:
    4    Roy's 10 inputs are half(well... less than half)-tested through build.py
     1This is the PSPS test framework. Currently, it allows:
     2- Testing itself;
     3- Testing if data ingestion is ok. See part 2;
     4- That's it.
    55
    6 1.1 Testing a valid input
    7    (not yet implemented but will be)
    8    psps_test.py <input.tar.gz>
    9 
    10 2. Testing the framework
    11 ========================
    12 2.1. Running the unit tests:
     61. Testing the test framework
     7=============================
     81.1. Running the unit tests:
    139./build.sh unittest
    1410
    15 2.2. Coverage
     111.2. Coverage
    1612./build.sh coverage
    1713
     141.3. Documentation
     15Generate it with
     16./build.sh documentation
     17
     182. Testing PSPS data ingestion
     19==============================
     202.1 Testing a valid input
     21      (not yet implemented but will be)
     22    psps_test.py <input.tar.gz> <report.xml>
     23    - <input.tar.gz>: IPP batch (output of ipp2psps)
     24    - <report.xml>: Test report
     25      (can be converted to html and/or pdf using TODO)
     26
     27(currently, edit psps_test.py and replace input file name)
     28
Note: See TracChangeset for help on using the changeset viewer.