index
:
delta/python-packages/logilab-common.git
1.6
1.7
master
py3k
stable
hg.logilab.org: review/logilab/common
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
unittest_testlib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
typo
Emile Anclin
2010-10-06
1
-1
/
+1
*
[tests] fix capture test when tty not available (in case of redirection)
Julien Jehannet
2010-09-30
1
-15
/
+11
*
backport stable into default
Sylvain Th?nault
2010-09-24
1
-1
/
+0
|
\
|
*
[py3k] some trivial fixes
Emile Anclin
2010-09-15
1
-1
/
+0
*
|
[unittest2] make standard import under py3.x (skip unittest2 support from here)
Julien Jehannet
2010-09-22
1
-113
/
+131
|
/
*
[testlib/tag] Tagged method now inherit from class Tags too.
Pierre-Yves David
2010-06-11
1
-3
/
+3
*
backport default into stable
Sylvain Th?nault
2010-05-21
1
-1
/
+3
|
\
|
*
[testlib] add option splitlines to assertTextEquals
Nicolas Chauvat
2010-04-29
1
-1
/
+3
*
|
missing replacement in disclaimer; include COPYING.LESSER in manifest; kill D...
Sylvain Th?nault
2010-04-28
1
-1
/
+1
|
/
*
propre licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Th?nault
2010-04-28
1
-0
/
+17
*
allow multiple arguments for logilab.common.testlib.TestCase.datapath.\n\ndat...
Pierre-Yves David
2010-03-22
1
-0
/
+5
*
ready for 0.48.0
logilab-common-version-0.48.0
Nicolas Chauvat
2010-02-17
1
-11
/
+11
*
Make it possible to skip a InnetTest-based generative test alone, without ski...
David Douard
2009-11-02
1
-3
/
+72
*
add unit tests for class tagging feature
David Douard
2009-10-08
1
-1
/
+56
*
fixed usage of tempfile.mkstemp
Alexandre Fayolle
2009-09-10
1
-6
/
+10
*
test fixes
logilab-common-version-0.44.0
Sylvain Th?nault
2009-08-07
1
-0
/
+1
*
[cleanup] delete-trailing-whitespaces
Adrien Di Mascio
2009-07-27
1
-55
/
+54
*
add a little comment to make the purpose of the test more explicit
Adrien Di Mascio
2009-01-20
1
-0
/
+2
*
use traceback.formation_exception_only to be more error-resistant when displa...
Adrien Di Mascio
2009-01-20
1
-1
/
+9
*
[testlib] skip test clases whose names start with '_'
Adrien Di Mascio
2009-01-15
1
-2
/
+10
*
add setUp and tearDown not to mess with sys.version. Now works with python2.4
Fabrice Douchant
2008-10-23
1
-0
/
+7
*
move tests on decorators require_version require_module into DecoratorTC Test...
Fabrice Douchant
2008-10-21
1
-38
/
+37
*
moving decorators require_version and require_module to testlib.py. Makes mor...
Fabrice Douchant
2008-10-21
1
-0
/
+69
*
debug color printing. better handle of string codec (unicode and others...)
Fabrice Douchant
2008-10-20
1
-0
/
+6
*
Add and test an assertNotIn function for TestCase
Pierre-Yves David
2008-09-10
1
-0
/
+4
*
add assertIn method
Pierre-Yves David
2008-08-29
1
-0
/
+6
*
add tag decorator to tag function and class
Pierre-Yves David
2008-08-22
1
-1
/
+38
*
fix test
Adrien Di Mascio
2008-07-11
1
-1
/
+4
*
add a with_tempdir decorator ensuring all temporary files and dirs are removed
Pierre-Yves David
2008-06-27
1
-0
/
+64
*
fixe empty dir issue
Pierre-Yves David
2008-06-25
1
-2
/
+16
*
add an assertDirEquals method for TestCase
Pierre-Yves David
2008-06-24
1
-1
/
+18
*
add assertUnorderedIterableEquals
Pierre-Yves David
2008-06-23
1
-16
/
+23
*
add assertIsNot, assertNone and assertNotNone assertion
Pierre-Yves David
2008-06-19
1
-0
/
+14
*
Fix an error and add a test case
Pierre-Yves David
2008-06-11
1
-1
/
+5
*
make 'assertTextEquals' method check that given parameter are strings
David Douard
2008-05-16
1
-0
/
+5
*
revert this patch: we're not ready for that
Adrien Di Mascio
2008-05-05
1
-27
/
+1
*
use pysqlite2 as the first choice rather than sqlite3
Adrien Di Mascio
2008-05-05
1
-1
/
+27
*
fix -s option
Adrien Di Mascio
2008-02-14
1
-0
/
+12
*
import changes from one of my local branch to be able to specify test names f...
Adrien Di Mascio
2008-02-07
1
-1
/
+40
|
\
|
*
added datadir attribute / datapath(fname) method on TestCases
Adrien Di Mascio
2008-01-08
1
-1
/
+34
|
*
override assertRaises to return the exception raised
Adrien Di Mascio
2008-01-04
1
-0
/
+6
*
|
added InnerTest support to be able to name / select generative tests iteration
Adrien Di Mascio
2007-08-17
1
-27
/
+52
|
/
*
pytest can skip tests
Adrien Di Mascio
2007-04-04
1
-0
/
+32
*
be quiet during test executions (assertListEquals actually prints stuff when ...
Adrien Di Mascio
2007-03-08
1
-0
/
+2
*
fix test collection bug when TestCase has its own metclass
Adrien Di Mascio
2007-03-06
1
-1
/
+19
*
added test for pre-evaluated sys.stdout
Adrien Di Mascio
2006-08-11
1
-1
/
+16
*
added capture ability
Adrien Di Mascio
2006-08-10
1
-2
/
+64
*
added create_files() helper in testlib
Adrien Di Mascio
2006-08-09
1
-2
/
+32
*
fixed bug in error (not failure) handling and exitfirst + added tests
Adrien Di Mascio
2006-07-04
1
-6
/
+32
*
use 'pattern in testname' rather than 'testname.startswith(pattern'
common-version-0_16_1
Adrien Di Mascio
2006-06-08
1
-16
/
+13
[next]