Main Neurospaces logo neurospaces 0.1675 Thu, 27 Dec 2007 15:58:18 -0600 hugo

Index of group ./specifications/python/import


Index
Up

Simple python functionality tests

1. A simple application that imports the built nmc python modules
2. A simple application that imports the built nmc python modules from /usr/local/glue/swig/python

1. A simple application that imports the built nmc python modules

Startup command : tests/python/import_test.py

(No model has been loaded for the following set of commands.)

1.1. Can we import the nmc module and it's base class ?

1. Part of expected output
Importing model_container_base
Importing model container
Done!

2. A simple application that imports the built nmc python modules from /usr/local/glue/swig/python

This command definition is currently disabled (disabled is 'Disabling this until the standard location installation is done.')

Startup command : tests/python/import_test_1.py

(No model has been loaded for the following set of commands.)

2.1. Can we import the nmc module and it's base class from the installed location ?

1. Part of expected output
Importing nmc_base
Importing nmc
Done!
2. This test is currently not executed
(disabled is 'Disabling this until the standard location installation is done.')