Changeset 29117
- Timestamp:
- Sep 2, 2010, 5:21:05 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
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 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 4 5 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 6 1.1 Testing a valid input 7 (not yet implemented but will be) 8 psps_test.py <input.tar.gz> 9 9 10 2.2 Coverage report 10 2. Testing the framework 11 ======================== 12 2.1. Running the unit tests: 13 ./build.sh unittest 11 14 12 python-coverage -r -o /usr 13 python-coverage -r -o /usr -m 15 2.2. Coverage 16 ./build.sh coverage 17
Note:
See TracChangeset
for help on using the changeset viewer.
