Home | Trees | Indices | Help |
|
---|
|
1 # emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*- 2 # vi: set ft=python sts=4 ts=4 sw=4 et: 3 ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ## 4 # 5 # See COPYING file distributed along with the PyMVPA package for the 6 # copyright and license terms. 7 # 8 ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ## 9 """Unit tests for PyMVPA cmdline helpers""" 10 11 import unittest 12 from mvpa.misc.cmdline import * 13 14 if __debug__: 15 from mvpa.base import debug 16 2628 return unittest.makeSuite(CmdlineHelpersTest)29 30 31 if __name__ == '__main__': 32 import runner 33
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Apr 23 23:09:50 2012 | http://epydoc.sourceforge.net |