IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29117


Ignore:
Timestamp:
Sep 2, 2010, 5:21:05 PM (16 years ago)
Author:
Serge CHASTEL
Message:

Documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/sc_branches/psps_testing/README

    r29111 r29117  
    1 1. Running the unit tests:
    2 python -m doctest testers/batch_file.py
    3 python -m doctest testers/batch_manifest_file.py
     11. Testing PSPS ingestion
     2=========================
     31.0 Currently:
     4   Roy's 10 inputs are half(well... less than half)-tested through build.py
    45
    5 2. Coverage
    6 2.1 Coverage run
    7 python-coverage -x testers/batch_file.py
    8 python-coverage -x testers/batch_manifest_file.py
     61.1 Testing a valid input
     7   (not yet implemented but will be)
     8   psps_test.py <input.tar.gz>
    99
    10 2.2 Coverage report
     102. Testing the framework
     11========================
     122.1. Running the unit tests:
     13./build.sh unittest
    1114
    12 python-coverage -r -o /usr
    13 python-coverage -r -o /usr -m
     152.2. Coverage
     16./build.sh coverage
     17
Note: See TracChangeset for help on using the changeset viewer.