Package ComboCode :: Package cc :: Package ivs :: Package sed :: Module testSED :: Class XIntegrationTestCase
[hide private]
[frames] | no frames]

Class XIntegrationTestCase

source code


Nested Classes [hide private]

Inherited from unittest.case.TestCase: failureException

Instance Methods [hide private]
 
testiGrid_searchSingleCold(self)
INTEGRATION igrid_search single star (kurucz)
source code
 
testiGrid_searchSingleHot(self)
INTEGRATION igrid_search single star (tmap)
source code
 
testiGrid_searchBinary(self)
INTEGRATION igrid_search binary star (kurucz-tmap)
source code
 
testiMinimizeSingleCold(self)
INTEGRATION iminimize single star (kurucz)
source code
 
testiMinimizeSingleHot(self)
INTEGRATION iminimize single star (tmap)
source code
 
testiMinimizeBinary(self)
INTEGRATION iminimize binary star (kurucz-tmap)
source code

Inherited from SEDTestCase: assertAllBetween, assertAllBetweenDiff, assertArrayAlmostEqual, assertArrayEqual, assertInList, assert_mock_args_in_last_call, create_patch

Inherited from unittest.case.TestCase: __call__, __eq__, __hash__, __init__, __ne__, __repr__, __str__, addCleanup, addTypeEqualityFunc, assertAlmostEqual, assertAlmostEquals, assertDictContainsSubset, assertDictEqual, assertEqual, assertEquals, assertFalse, assertGreater, assertGreaterEqual, assertIn, assertIs, assertIsInstance, assertIsNone, assertIsNot, assertIsNotNone, assertItemsEqual, assertLess, assertLessEqual, assertListEqual, assertMultiLineEqual, assertNotAlmostEqual, assertNotAlmostEquals, assertNotEqual, assertNotEquals, assertNotIn, assertNotIsInstance, assertNotRegexpMatches, assertRaises, assertRaisesRegexp, assertRegexpMatches, assertSequenceEqual, assertSetEqual, assertTrue, assertTupleEqual, assert_, countTestCases, debug, defaultTestResult, doCleanups, fail, failIf, failIfAlmostEqual, failIfEqual, failUnless, failUnlessAlmostEqual, failUnlessEqual, failUnlessRaises, id, run, setUp, shortDescription, skipTest, tearDown

Inherited from unittest.case.TestCase (private): _addSkip, _baseAssertEqual, _deprecate, _formatMessage, _getAssertEqualityFunc, _truncateMessage

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Methods [hide private]
 
setUpClass(cls)
Hook method for setting up class fixture before running tests in the class.
source code

Inherited from unittest.case.TestCase: tearDownClass

Class Variables [hide private]
  photbands = ['STROMGREN.U', 'STROMGREN.B', 'STROMGREN.V', 'STR...
  measHot = None
hash(x)
  measCold = None
hash(x)
  measBin = None
hash(x)

Inherited from unittest.case.TestCase: longMessage, maxDiff

Inherited from unittest.case.TestCase (private): _classSetupFailed, _diffThreshold

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

setUpClass(cls)
Class Method

source code 

Hook method for setting up class fixture before running tests in the class.

Overrides: unittest.case.TestCase.setUpClass
(inherited documentation)

testiGrid_searchSingleCold(self)

source code 

INTEGRATION igrid_search single star (kurucz)

Decorators:
  • @unittest.skipIf(noIntegration, "Integration tests are skipped.")

testiGrid_searchSingleHot(self)

source code 

INTEGRATION igrid_search single star (tmap)

Decorators:
  • @unittest.skipIf(noIntegration, "Integration tests are skipped.")

testiGrid_searchBinary(self)

source code 

INTEGRATION igrid_search binary star (kurucz-tmap)

Decorators:
  • @unittest.skipIf(noIntegration, "Integration tests are skipped.")

testiMinimizeSingleCold(self)

source code 

INTEGRATION iminimize single star (kurucz)

Decorators:
  • @unittest.skipIf(noIntegration, "Integration tests are skipped.")

testiMinimizeSingleHot(self)

source code 

INTEGRATION iminimize single star (tmap)

Decorators:
  • @unittest.skipIf(noIntegration, "Integration tests are skipped.")

testiMinimizeBinary(self)

source code 

INTEGRATION iminimize binary star (kurucz-tmap)

Decorators:
  • @unittest.skipIf(noIntegration, "Integration tests are skipped.")

Class Variable Details [hide private]

photbands

Value:
['STROMGREN.U',
 'STROMGREN.B',
 'STROMGREN.V',
 'STROMGREN.Y',
 '2MASS.H',
 '2MASS.J',
 '2MASS.KS']