Changeset 29438 for branches/sc_branches/psps_testing/README
- Timestamp:
- Oct 15, 2010, 2:51:13 PM (16 years ago)
- File:
-
- 1 edited
-
branches/sc_branches/psps_testing/README (modified) (1 diff)
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 1 This 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. 5 5 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: 6 1. Testing the test framework 7 ============================= 8 1.1. Running the unit tests: 13 9 ./build.sh unittest 14 10 15 2.2. Coverage11 1.2. Coverage 16 12 ./build.sh coverage 17 13 14 1.3. Documentation 15 Generate it with 16 ./build.sh documentation 17 18 2. Testing PSPS data ingestion 19 ============================== 20 2.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.
