Import 2017-06-07 23:51:09: master 941fad8e

Author Committer Branch Timestamp Parent
jcfr jcfr master 2015-04-03 20:42:23 master 1ab77f50
Affected Issues 0003549: Import scripted module as python module
Changeset

ENH: Add test illustrating issue 0003549 related to scripted module import

The test is currently passing but comment in the script explain which
behavior is really expected.

In a nutshell, scripted module shouldn't be executed in the global scope
but should instead be imported as module.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24154 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Applications/SlicerApp/Testing/Python/CMakeLists.txt Diff File
add - Applications/SlicerApp/Testing/Python/ScriptedModuleDiscoveryTest.py Diff File
add - Applications/SlicerApp/Testing/Python/ScriptedModuleDiscoveryTest/ModuleA.py Diff File
add - Applications/SlicerApp/Testing/Python/ScriptedModuleDiscoveryTest/ModuleB.py Diff File