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
*
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
*
pytest / coverage work in progress
Adrien Di Mascio
2007-04-20
1
-16
/
+127
*
stop tracing before coverage annotation and reporting
Sylvain
2007-04-17
1
-2
/
+4
*
only store tracebacks in pdbmode
Adrien Di Mascio
2007-04-17
1
-10
/
+12
*
some coverage work in progress
Adrien Di Mascio
2007-04-17
1
-14
/
+23
*
added --coverage option to pytest.
Adrien Di Mascio
2007-04-16
1
-76
/
+119
*
sys.modules needs to be restored after a testdir execution
Adrien Di Mascio
2007-04-13
1
-2
/
+38
*
pytest run smoke tests
Sylvain
2007-04-12
1
-1
/
+3
*
don't recurse anymore when we are in a test directory
Sylvain
2007-04-12
1
-0
/
+1
*
add examples to --help
Nicolas Chauvat
2007-04-08
1
-5
/
+14
*
pytest can skip tests
Adrien Di Mascio
2007-04-04
1
-0
/
+9
*
improved output capture in testlib
adim
2007-03-15
1
-0
/
+9
*
prints which test is being executed
Adrien Di Mascio
2007-03-09
1
-0
/
+1
*
this should be enough to consider test suites in unittest_main
Adrien Di Mascio
2007-03-09
1
-1
/
+1
*
does python2.3 mean something to you ?
Adrien Di Mascio
2007-03-08
1
-3
/
+5
*
autopath is now based on __init__.py detection rather than __pkginfo__.py
Adrien Di Mascio
2007-03-07
1
-8
/
+8
*
pytest improvements
Adrien Di Mascio
2007-03-07
1
-0
/
+208