Definition at line 64 of file editorTools.py.
def editorTools.TestEditorTools.setUp |
( |
|
self | ) |
|
def editorTools.TestEditorTools.testdumpPython |
( |
|
self | ) |
|
Definition at line 67 of file editorTools.py.
68 process = cms.Process(
'unittest')
69 process.source=
Source(
"PoolSource",fileNames = cms.untracked.string(
"file:file.root"))
71 changeSource(process,
"file:filename.root")
72 self.assertEqual(changeSource.dumpPython(), (
'\nfrom FWCore.GuiBrowsers.editorTools import *\n',
"\nchangeSource(process , 'file:filename.root')\n"))