IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 24, 2010, 3:50:36 PM (16 years ago)
Author:
Serge CHASTEL
Message:

Improved unit tests/code coverage. Some refactoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/sc_branches/psps_testing/testers/fits_file.py

    r29227 r29235  
    9898    current_argument_position = 1
    9999    while current_argument_position < len(sys.argv):
    100         if sys.argv[current_argument_position] == '-v':
     100        if sys.argv[current_argument_position] == '-v': # pragma: no cover
    101101            PsPsLogger.set_stderr()
    102102            current_argument_position += 1
Note: See TracChangeset for help on using the changeset viewer.