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
*
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
*
make pytest less verbose when running recursively with a specific pattern
Adrien Di Mascio
2008-07-11
1
-3
/
+10
*
fix pause_tracing
Pierre-Yves David
2008-07-03
1
-1
/
+1
*
recognize testdir/testfile with regexps
pierre-yves david
2008-06-30
1
-9
/
+8
*
consider the current directory as a test dir even if its name is not test or ...
Stephanie Marcu
2008-05-23
1
-2
/
+7
*
cleaning a bit pytest.py
Stephanie Marcu
2008-05-23
1
-6
/
+5
*
add some doc about TestCase.optval()
Adrien Di Mascio
2008-05-07
1
-0
/
+9
*
make pytestconf live again
Adrien Di Mascio
2008-05-07
1
-25
/
+93
*
we need '' in path anyway
Sylvain
2008-01-23
1
-0
/
+2
*
remove sys.path modification in pytest
Sylvain
2008-01-18
1
-5
/
+2
*
pytest: let KeyboardInterrupt propagate
Sylvain
2007-11-30
1
-1
/
+1
*
profile option for pytest
Sylvain
2007-11-26
1
-5
/
+15
*
2.3 compatibility
Sylvain
2007-11-26
1
-1
/
+4
*
print traceback
Sylvain
2007-11-22
1
-1
/
+2
*
do not crash when django is not installed
Nicolas Chauvat
2007-08-29
1
-1
/
+1
*
use TEST_DATABASE_NAME settings when available
Adrien Di Mascio
2007-08-14
1
-1
/
+5
*
restored testonedir() method on PyTester
Adrien Di Mascio
2007-07-30
1
-0
/
+11
*
Do not import django setup modules until it is really needed
Adrien Di Mascio
2007-07-30
1
-25
/
+56
*
first draft for making pytest django-compatible. Needs more refactoring
Adrien Di Mascio
2007-07-23
1
-1
/
+93
*
don't catch SystemExit
Adrien Di Mascio
2007-07-16
1
-0
/
+2
*
avoid pytest crash when the test module could not be imported
Adrien Di Mascio
2007-07-16
1
-7
/
+21
*
small cleanup (hand made commit from alf's repo, for technical reasons)
David Douard
2007-06-18
1
-5
/
+3
*
fix pytest coverage bug
Adrien Di Mascio
2007-06-05
1
-13
/
+10
*
do not remove TraceController : we use it later in the file
Alexandre Fayolle
2007-06-04
1
-1
/
+0
*
bugfix (was crashing if devtools was not installed)
Nicolas Chauvat
2007-05-28
1
-1
/
+1
*
directly use settrace rather than aspect-like woven code
Adrien Di Mascio
2007-04-23
1
-53
/
+10
[next]