netpyne.tests.checks

Module for checking the output of tests

Functions:

checkOutput(modelName[, verbose])

Function to compare the output of tutorials and examples with their expected output

netpyne.tests.checks.checkOutput(modelName, verbose=False)[source]

Function to compare the output of tutorials and examples with their expected output

This function is used for code testing and continuous integration.

Parameters:
  • modelName (string) – The name of the tutorial or example to be checked. Default: required

  • verbose (bool) – Whether to print messages during checking. Default: False does not print messages.