Unit Testing

test_ccdpile.py

Unit-testing for CCDPile class.

Created on Mon May 7 09:47:07 2018

author

Ruyman Azzollini

class vison.test.test_ccdpile.TestCCDPileClass(methodName='runTest')
setUp()

Hook method for setting up the test fixture before exercising it.

test_ccd.py

Unit-testing for CCD class.

Created on Mon May 7 09:47:07 2018

author

Ruyman Azzollini

class vison.test.test_ccd.TestCCDClass(methodName='runTest')
setUp()

Hook method for setting up the test fixture before exercising it.

test_get_mask()