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
/
testlib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix assertIsNotNone py< 2.7 implementation
Sylvain Th?nault
2013-10-04
1
-1
/
+1
*
testlib: assertIsNotNone missing for python 2.6
Sylvain Th?nault
2013-08-21
1
-0
/
+3
*
testlib: fix for python 3.3
Julien Cristau
2013-07-22
1
-5
/
+8
*
[testlib] check for generators in with_tempdir
Julien Cristau
2013-02-22
1
-0
/
+15
*
python3: fix code and test so most tests go green. Partially closes #104047
Sylvain Th?nault
2012-10-23
1
-0
/
+4
*
silent unittest2 warnings
Sylvain Th?nault
2012-08-29
1
-7
/
+7
*
Adapt testlib.py in order to be compatible with Jython which doesn't have a _...
Sylvain Th?nault
2012-07-17
1
-5
/
+7
*
testlib: ensure DocTest does not alter __builtins__
Pierre-Yves David
2012-03-15
1
-1
/
+8
*
replace sys.exit with raise ImportError (closes: #84159)
Alexandre Fayolle
2011-12-08
1
-1
/
+1
*
hack to avoid crash if error during doctest
Sylvain Th?nault
2011-09-06
1
-2
/
+5
*
[packaging] prepare 0.55.1
logilab-common-version-0.55.1
Nicolas Chauvat
2011-03-28
1
-1
/
+1
*
testlib: proper assertRaises compatible with old usage and as unittest2 conte...
Sylvain Th?nault
2011-01-06
1
-9
/
+3
*
[unittest2] warn for non-standard usage of assertRaises (exception assignment)
Julien Jehannet
2010-12-13
1
-3
/
+21
*
[unittest2] add deprecation warnings about new api about module level fixtures
Julien Jehannet
2011-01-04
1
-1
/
+64
*
[testlib] forgot qrefresh before qfinish :(
Nicolas Chauvat
2010-12-27
1
-3
/
+5
*
[testlib] add relative tolerance to assertFloatAlmostEquals
Adrien Chauve
2010-07-29
1
-2
/
+4
*
[testlib] do not stop generative test if exception occured
Julien Jehannet
2010-11-29
1
-2
/
+3
*
[testlib] manage SkipTest exception in __call__ statement (as unittest2 does)
Julien Jehannet
2010-11-29
1
-0
/
+3
*
fix: shouldn't remove color option
Emile Anclin
2010-12-06
1
-2
/
+41
*
py3k: replace "file(path)" with "open(path)"
Emile Anclin
2010-12-06
1
-1
/
+1
*
update manpage
Emile Anclin
2010-12-06
1
-1
/
+0
*
cleanup: remove unsupported options capture, printonly and color
Emile Anclin
2010-12-06
1
-48
/
+2
*
cleanup: remove more deprecated stuff
Emile Anclin
2010-12-06
1
-42
/
+9
*
cleanup: remove 2.3 support in testlib
Emile Anclin
2010-12-06
1
-37
/
+18
*
cleanup: remove DFCapture
Emile Anclin
2010-12-06
1
-138
/
+0
*
[testlib] move dbc feature into pytest module + correct wrong import
Julien Jehannet
2010-11-24
1
-25
/
+2
*
[testlib] adapt testlib skip code with unittest2
Julien Jehannet
2010-11-23
1
-9
/
+11
*
[testlib ]add a context argument to assertDictEquals to ease extension
Pierre-Yves David
2010-11-22
1
-2
/
+6
*
pytest: make test suite compatible with 2.7 (fix ParseError logic)
Julien Jehannet
2010-11-22
1
-15
/
+22
*
fix tests
Emile Anclin
2010-11-22
1
-1
/
+1
*
pytest: make test suite compatible with 2.7
Julien Jehannet
2010-11-17
1
-2
/
+3
*
[testlib] isolation of pytest related code into pytest.py
Julien Jehannet
2010-11-16
1
-517
/
+9
*
2to3 has some more usable fixers
Emile Anclin
2010-11-15
1
-1
/
+1
*
2to3: fix a lot of white space after comma
Emile Anclin
2010-11-15
1
-8
/
+8
*
cleanup
Sylvain Th?nault
2010-11-03
1
-1
/
+1
*
py3k: rename file; write a compat.reload
Emile Anclin
2010-11-02
1
-1
/
+1
*
pylint option update
logilab-common-version-0.52.1
Sylvain Th?nault
2010-10-12
1
-1
/
+1
*
remove py2.2 compat ; use deprecation warnings
Emile Anclin
2010-10-06
1
-2
/
+1
*
backport stable
Sylvain Th?nault
2010-09-28
1
-8
/
+20
|
\
|
*
backport stable into default
Sylvain Th?nault
2010-09-24
1
-8
/
+20
|
|
\
|
|
*
[py3k] add a is_generator to compat.
Sylvain Th?nault
2010-09-21
1
-6
/
+17
|
|
*
'[testlib/py3k]: replace self._exc_info by equivalent sys.exc_info
Emile Anclin
2010-09-20
1
-1
/
+1
|
|
*
[py3k] add callable to compat.py
Emile Anclin
2010-09-13
1
-1
/
+2
*
|
|
set maxDiff to None so we see diffs anyway
Sylvain Th?nault
2010-09-27
1
-1
/
+1
*
|
|
cleanup: _deprecate doesn't have to be an inner function
Sylvain Th?nault
2010-09-27
1
-10
/
+9
*
|
|
(cleaning)
Julien Jehannet
2010-09-24
1
-6
/
+2
|
/
/
*
|
[unittest2] make standard import under py3.x (skip unittest2 support from here)
Julien Jehannet
2010-09-22
1
-75
/
+70
|
/
*
fix some pylint detected errors
Sylvain Th?nault
2010-08-27
1
-7
/
+7
*
Add a InheritableSet to lgc.compat
Pierre-Yves David
2010-08-18
1
-2
/
+2
*
[teslib/refactoring] Use decorator.
Pierre-Yves David
2010-07-28
1
-2
/
+3
[next]