holger krekel
|
a4466342ae
|
make bench.py accept an optional script name and add a slow "manyparam" test
|
2013-12-09 08:14:58 +01:00 |
holger krekel
|
dbfbc2b222
|
add a skip benchmark file (from issue400).
|
2013-12-07 19:11:37 +01:00 |
holger krekel
|
e49eca8d59
|
simplify the implementation of NodeKeywords getting rid of __ descriptors appearing there.
|
2013-10-03 13:53:22 +02:00 |
Benjamin Peterson
|
b40a0c18b1
|
python3 fixes
|
2010-11-23 20:32:07 -06:00 |
holger krekel
|
5a2295ada5
|
fix bare "py.test" runs without a directory by not defaulting to --doctest-modules which will virtually import everything
|
2010-11-18 15:19:20 +01:00 |
holger krekel
|
8871ca5bfa
|
introduce "-q" option which decreases verbosity and basically leads to a unittest/nosetest-style "." output
add it in an ini file like this:
[pytest]
addargs=-q
and you get that by default.
|
2010-10-31 19:51:16 +01:00 |
holger krekel
|
5a0ef7355e
|
adding a small bench script to see where time is spend in the hook architecture
--HG--
branch : trunk
|
2010-10-15 16:36:25 +02:00 |