netpyne.tests.tests
Module for testing code
Classes:
Class for/to <short description of netpyne.tests.tests.TestTypeObj> |
|
|
Class for/to <short description of netpyne.tests.tests.TestObj> |
Class for/to <short description of netpyne.tests.tests.ErrorMessageObj> |
|
|
Class for/to <short description of netpyne.tests.tests.SimTestObj> |
- class netpyne.tests.tests.TestTypeObj[source]
Bases:
object
Class for/to <short description of netpyne.tests.tests.TestTypeObj>
Methods:
testExists
(val, params)testExistsInList
(val, params)testExistsInDict
(val, paramDict, dictKey)testExistsInAllDicts
(paramValues, paramKey, ...)testExistsInPop
(val, paramValues, pops)testIsValidRange
(val, params)testInRange
(val, range, params)testEquals
(val, compareVal)testGt
(val, compareVal)testGte
(val, compareVal)testGteZero
(val)testGtZero
(val)testLt
(val, compareVal)testLte
(val, compareVal)testLteZero
(val)testLtZero
(val)testIsDict
(val)testIsList
(val)testIsBoolean
(val)testIsNumeric
(val)testIsFloat
(val)testIsInt
(val)testIsCharacter
(val)testIsValueList
(val, valList)testIsAllValueList
(val, valList)testDictKeyValidValue
(paramDict, valList)testValidStim
(paramValues)testValidGeometries
(paramValues)testValidTopologies
(paramValues)testValidMechs
(paramValues)testValidPointps
(paramValues)testArrayInRange
(val, range, params)checkSyncMechs
(paramValue, values, ...)checkConnList
(paramValue, values, dimValues, ...)checkValidSyncMechs
(synMechs, netParams)testValidSynMechs
(parameterName, ...)testValidConnList
(paramValues, netParams)testValidSecLists
(paramValues)testTypeHierarchy
(paramValues)testValidConnShape
(paramValues)testValidConnPlasticity
(paramValues)testValidSpikeGenLoc
(paramValues)testValidStimSource
(paramValues)testValidStimTarget
(paramValues, netParams)testValidAnalysis
(simConfig)
- class netpyne.tests.tests.TestObj[source]
Bases:
object
Class for/to <short description of netpyne.tests.tests.TestObj>
- class netpyne.tests.tests.ErrorMessageObj[source]
Bases:
object
Class for/to <short description of netpyne.tests.tests.ErrorMessageObj>
- class netpyne.tests.tests.SimTestObj(verboseFlag=False)[source]
Bases:
object
Class for/to <short description of netpyne.tests.tests.SimTestObj>
Methods:
runTests
()execRunTests
(testObj, params)