Coverage for tests/test_fitstools : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
## SETUP AND TEARDOWN FIXTURE FUNCTIONS FOR THE ENTIRE MODULE "set up test fixtures"
# SETUP PATHS TO COMMONG DIRECTORIES FOR TEST DATA global pathToInputDataDir, pathToOutputDir, pathToOutputDataDir
# SETUP THE TEST LOG FILE global testlog
"tear down test fixtures" # CLOSE THE TEST LOG FILE
## SETUP AND TEARDOWN FIXTURE FUNCTIONS "set up the test fixtures"
global fitsFilePath
"tear down the test fixtures"
def test_convert_fits_header_to_dictionary(): "a function to test convert_fits_header_to_dictionary" # testlog.write(fitsFilePath)
|