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
/
pytest.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[layout] change the source directory layout
David Douard
2015-03-13
1
-1199
/
+0
*
[coverage] fix a bug breaking coverage.py (closes #281908)
David Douard
2014-11-30
1
-0
/
+5
*
[coverage] Provides better tools to pause tracing
Christophe de Vienne
2014-11-27
1
-22
/
+30
*
[pytest] fix TestSuite.run wrapper (closes #280806)
David Douard
2014-11-28
1
-2
/
+34
*
Only read/write func.__name__ and class.__self__
Rémi Cardona
2014-07-17
1
-4
/
+3
*
[py3k] execfile no longer exists
Rémi Cardona
2014-08-25
1
-1
/
+1
*
[py3k] explicitly build a list around dict methods
Julien Cristau
2014-07-27
1
-1
/
+1
*
[py3k] print function
Rémi Cardona
2014-09-17
1
-17
/
+24
*
Use "except as" syntax (related to #264017)
Rémi Cardona
2014-07-16
1
-8
/
+8
*
Use inspect.isclass()
Rémi Cardona
2014-07-15
1
-3
/
+2
*
Use inspect.isgeneratorfunction() (related to #264017)
Rémi Cardona
2014-07-18
1
-1
/
+2
*
[compat] Deprecate any() and all() (related to #264017)
Rémi Cardona
2014-07-28
1
-1
/
+0
*
[pytest] drop compatibility code for python < 2.4 (related to #264017)
David Douard
2014-08-25
1
-4
/
+1
*
[pytest] drop coverage option, broken for a while
Sylvain Thénault
2014-04-04
1
-26
/
+1
*
[packaging] prepare 0.55.1
logilab-common-version-0.55.1
Nicolas Chauvat
2011-03-28
1
-1
/
+1
*
[testlib/tag] Fix tag handling for generator.
Pierre-Yves David
2011-01-20
1
-2
/
+2
*
[pytest] fix tag filtering
Pierre-Yves David
2011-01-06
1
-1
/
+4
*
[unittest2] add deprecation warnings about new api about module level fixtures
Julien Jehannet
2011-01-04
1
-12
/
+0
*
fix: shouldn't remove color option
Emile Anclin
2010-12-06
1
-7
/
+23
*
cleanup: remove unsupported options capture, printonly and color
Emile Anclin
2010-12-06
1
-54
/
+8
*
[testlib] move dbc feature into pytest module + correct wrong import
Julien Jehannet
2010-11-24
1
-11
/
+36
*
fix tests
Emile Anclin
2010-11-22
1
-0
/
+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
-22
/
+463
*
2to3: fix a lot of white space after comma
Emile Anclin
2010-11-15
1
-2
/
+2
*
backport stable into default
Sylvain Th?nault
2010-09-24
1
-2
/
+0
|
\
|
*
[py3k] compat : __builtin__ will be replaced by builtins in py3k
Emile Anclin
2010-09-21
1
-2
/
+0
*
|
[unittest2] make standard import under py3.x (skip unittest2 support from here)
Julien Jehannet
2010-09-22
1
-1
/
+1
|
/
*
fix some pylint detected errors
Sylvain Th?nault
2010-08-27
1
-1
/
+1
*
pytest: don't retest build/ directory (coming from setuptools)
Julien Jehannet
2010-07-30
1
-7
/
+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
-2
/
+16
*
more license updates
Sylvain Th?nault
2010-04-26
1
-1
/
+1
*
fix some docstrings
Aurelien Campeas
2010-04-15
1
-9
/
+3
*
update license, logilab-common is licensed under LGPLv2
Adrien Di Mascio
2010-04-13
1
-1
/
+1
*
[pytest] when -x option is given, stop on the first error even if there are m...
Sylvain Th?nault
2010-03-09
1
-8
/
+20
*
merge
logilab-common-version-0.45.2
Sylvain Th?nault
2009-11-23
1
-10
/
+3
|
\
|
*
let user do whatever he want of coverage data
Sylvain Th?nault
2009-10-20
1
-10
/
+3
*
|
include Dotan Barak spell fixes patch
Sylvain Th?nault
2009-11-23
1
-10
/
+10
|
/
*
[pytest] fix batchmode exeution, don't capture streams
Adrien Di Mascio
2009-07-29
1
-13
/
+4
*
[pytest] fix error code handling
Adrien Di Mascio
2009-07-29
1
-4
/
+16
*
[pytest] -c option now caputres DeprecationWarnings
Adrien Di Mascio
2009-07-29
1
-3
/
+6
*
[cleanup] delete-trailing-whitespace
Nicolas Chauvat
2009-07-19
1
-20
/
+20
*
allows to skip a module by raising TestSkipped from module import
ludal
2009-02-24
1
-11
/
+24
*
disable auto-colorizing (useless and even bad in most cases)
Adrien Di Mascio
2009-01-20
1
-0
/
+3
*
pytest option --restart : shortcut -r is now -R (conflict with another option)
Fabrice Douchant
2008-11-04
1
-1
/
+1
*
[#5555] add new pytest option restart that passes tests which succeeded (see ...
Fabrice Douchant
2008-10-24
1
-1
/
+29
*
doc upgrade to test tagging
Pierre-Yves David
2008-09-09
1
-0
/
+36
*
allow by tag filtering
Pierre-Yves David
2008-08-26
1
-1
/
+3
*
improve doc for better epydoc generation.
Nicolas Chauvat
2008-07-13
1
-1
/
+5
[next]