netpyne.tests.tests module

Module for testing code

class netpyne.tests.tests.TestTypeObj[source]

Bases: object

Class for/to <short description of netpyne.tests.tests.TestTypeObj>

testExists(val, params)[source]
testExistsInList(val, params)[source]
testExistsInDict(val, paramDict, dictKey)[source]
testExistsInAllDicts(paramValues, paramKey, dictKey)[source]
testExistsInPop(val, paramValues, pops)[source]
testIsValidRange(val, params)[source]
testInRange(val, range, params)[source]
testEquals(val, compareVal)[source]
testGt(val, compareVal)[source]
testGte(val, compareVal)[source]
testGteZero(val)[source]
testGtZero(val)[source]
testLt(val, compareVal)[source]
testLte(val, compareVal)[source]
testLteZero(val)[source]
testLtZero(val)[source]
testIsDict(val)[source]
testIsList(val)[source]
testIsBoolean(val)[source]
testIsNumeric(val)[source]
testIsFloat(val)[source]
testIsInt(val)[source]
testIsCharacter(val)[source]
testIsValueList(val, valList)[source]
testIsAllValueList(val, valList)[source]
testDictKeyValidValue(paramDict, valList)[source]
testValidStim(paramValues)[source]
testValidGeometries(paramValues)[source]
testValidTopologies(paramValues)[source]
testValidMechs(paramValues)[source]
testValidPointps(paramValues)[source]
testArrayInRange(val, range, params)[source]
checkSyncMechs(paramValue, values, dimValues, dimSynMechs, synsPerConn)[source]
checkConnList(paramValue, values, dimValues, dimSynMechs, synsPerConn)[source]
checkValidSyncMechs(synMechs, netParams)[source]
testValidSynMechs(parameterName, paramValues, netParams)[source]
testValidConnList(paramValues, netParams)[source]
testValidSecLists(paramValues)[source]
testTypeHierarchy(paramValues)[source]
testValidConnShape(paramValues)[source]
testValidConnPlasticity(paramValues)[source]
testValidSpikeGenLoc(paramValues)[source]
testValidStimSource(paramValues)[source]
testValidStimTarget(paramValues, netParams)[source]
testValidAnalysis(simConfig)[source]
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>

loadTests()[source]
runTests()[source]
loadSimConfigTests()[source]
loadStimSourceTests()[source]
loadStimTargetTests()[source]
loadPopTests()[source]
loadNetTests()[source]
loadCellTests()[source]
loadConnTests()[source]
runPopTests()[source]
runNetTests()[source]
runCellTests()[source]
runConnTests()[source]
runStimSourceTests()[source]
runStimTargetTests()[source]
runSimConfigTests()[source]
execRunTests(testObj, params)[source]