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
*
added history file for debuggers
Adrien Di Mascio
2007-05-15
1
-1
/
+27
*
pytest / coverage work in progress
Adrien Di Mascio
2007-04-20
1
-7
/
+34
*
only store tracebacks in pdbmode
Adrien Di Mascio
2007-04-17
1
-6
/
+13
*
added ability to explicitly set the test description. This can be useful for ...
Adrien Di Mascio
2007-04-16
1
-1
/
+20
*
better output capture for generative tests
Adrien Di Mascio
2007-04-12
1
-0
/
+5
*
make everyone happy
Adrien Di Mascio
2007-04-11
1
-1
/
+1
*
explicit check that suite is a function, not a callable
Adrien Di Mascio
2007-04-11
1
-1
/
+1
*
pytest looks for a suite() function
Adrien Di Mascio
2007-04-11
1
-2
/
+5
*
unittest compliance
Adrien Di Mascio
2007-04-11
1
-14
/
+18
*
pytest can skip tests
Adrien Di Mascio
2007-04-04
1
-3
/
+38
*
improved output capture in testlib
adim
2007-03-15
1
-40
/
+83
*
yap23cp (aka. Yest Another Python 2.3 compatiblity problem
Adrien Di Mascio
2007-03-09
1
-1
/
+5
*
this should be enough to consider test suites in unittest_main
Adrien Di Mascio
2007-03-09
1
-4
/
+17
*
just a minor change to be able to do something like :
Adrien Di Mascio
2007-03-08
1
-1
/
+5
*
does python2.3 mean something to you ?
Adrien Di Mascio
2007-03-08
1
-18
/
+41
*
testlib.main() is now obsolete, use pytest instead
Adrien Di Mascio
2007-03-07
1
-1
/
+4
*
added a batch mode on unittest_main
Adrien Di Mascio
2007-03-07
1
-4
/
+7
*
allow explicit doctest skip declaration
Adrien Di Mascio
2007-03-07
1
-1
/
+23
*
this should never have been commited
Adrien Di Mascio
2007-03-07
1
-1
/
+1
*
oops
Adrien Di Mascio
2007-03-06
1
-2
/
+2
*
made pytest able to test a single file.
adim
2007-03-06
1
-11
/
+14
*
fix test collection bug when TestCase has its own metclass
Adrien Di Mascio
2007-03-06
1
-1
/
+1
*
doubled the -c / --capture option
Adrien Di Mascio
2007-02-13
1
-8
/
+11
*
reorganize, deprecation warning for deprecated stuff, remove old deprecated f...
Sylvain
2006-11-08
1
-1
/
+1
*
pytest --help
Sylvain
2006-10-19
1
-2
/
+2
*
make pytest browse recursively the current directory to find tests
Adrien Di Mascio
2006-10-10
1
-4
/
+9
*
new assertIsInstance method on TestCase
Sylvain
2006-09-25
1
-0
/
+6
*
fixed a bug in find_test making it returns some bad test names
Sylvain
2006-09-23
1
-2
/
+2
*
From Sylvain.Thenault@logilab.fr Tue Sep 5 10:25:33 2006
syt
2006-09-05
1
-1
/
+1
*
see changelog
Sylvain
2006-08-25
1
-0
/
+3
*
add option to pytest to enable design by contract with aspects
Nicolas Chauvat
2006-08-13
1
-1
/
+29
*
a couple things made simpler
Nicolas Chauvat
2006-08-13
1
-26
/
+16
*
capture option for runtests() scripts
Adrien Di Mascio
2006-08-11
1
-8
/
+13
*
small refactoring. We could probably still refactor TestCase._proceed and Tes...
Adrien Di Mascio
2006-08-11
1
-42
/
+16
*
added start/stop capture wherever needed. This needs refactoring (maybe use t...
Adrien Di Mascio
2006-08-11
1
-31
/
+138
*
added capture ability
Adrien Di Mascio
2006-08-10
1
-17
/
+69
*
print time spent when using lgc.testlib.main()
Adrien Di Mascio
2006-08-09
1
-1
/
+8
*
added create_files() helper in testlib
Adrien Di Mascio
2006-08-09
1
-1
/
+37
*
assertListEquals return all errors at once
Sylvain
2006-07-11
1
-3
/
+6
*
use testlib everywhere
Adrien Di Mascio
2006-07-06
1
-1
/
+2
*
cleaning
Adrien Di Mascio
2006-07-04
1
-5
/
+1
*
fixed bug in error (not failure) handling and exitfirst + added tests
Adrien Di Mascio
2006-07-04
1
-11
/
+21
*
compatibility layer for python2.5's unittest module changes
adim
2006-06-19
1
-1
/
+10
*
use 'pattern in testname' rather than 'testname.startswith(pattern'
common-version-0_16_1
Adrien Di Mascio
2006-06-08
1
-9
/
+1
*
added a more flexible test loader in testlib
Adrien Di Mascio
2006-05-24
1
-0
/
+103
*
attempt to support keyword args and var args in generative tests
Adrien Di Mascio
2006-05-21
1
-6
/
+41
*
improved a bit generative test support and added tests for that
Adrien Di Mascio
2006-05-18
1
-19
/
+33
*
added support for generative tests
Adrien Di Mascio
2006-05-17
1
-3
/
+68
*
fixed port parameter handling for pgdb and PgSQL
Adrien Di Mascio
2006-05-17
1
-2
/
+2
*
simple function to create an arbitrary mock object
Adrien Di Mascio
2006-05-15
1
-0
/
+10
[next]