History log of /external/autotest/client/common_lib/test_utils/unittest.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
12b45582c04b2417036a6f11afc843ac5fddea50 11-Jan-2010 lmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4> Massive permission fix

Fix permissions for all the development tree

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@4094 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/common_lib/test_utils/unittest.py
2b33aa07a530a1c2e1adc06f24a296978b3365f1 06-Nov-2009 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Adding a copy of functools-0.5 to our repo for use by unittest.py. It
is needed when running with Python 2.4.

Signed-off-by: Gregory Smith <gps@google.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@3911 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/common_lib/test_utils/unittest.py
d7940481fef920d169f8da0e69b6c0168f43aa52 06-Nov-2009 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Fixed the "with" workaround code of the unittest backport module
(otherwise couldn't use self.assertRaises and self.assertRaisesRegexp).

This patch has also been suggested to the upstream as a fix for the
issues with those methods
(http://code.google.com/p/python-unittest-backport/issues/detail?id=1).

Signed-off-by: Mihai Rusu <dizzy@google.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@3908 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/common_lib/test_utils/unittest.py
6f7d363407f1915536722883e4bfb856fc143abf 06-Nov-2009 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Added a backport of the Python 2.7/3.1 unittest module to Autotest's
client/common_lib/test_utils from the
http://code.google.com/p/python-unittest-backport/ project (SVN revision
2).

This module is backwards compatible with the python2.4 standard
library one so it could be used as a replacement for it anywhere we use
the standard library one.

Signed-off-by: Mihai Rusu <dizzy@google.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@3906 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/common_lib/test_utils/unittest.py