holger krekel
|
fe4ccdff0e
|
avoid double-instantiation of PluginManager in case of the "python pytest.py" or -m pytest invocation
|
2012-09-25 11:58:41 +02:00 |
holger krekel
|
b7ba4d4e70
|
shift version string to _pytest directory
|
2011-03-19 20:13:04 +01:00 |
holger krekel
|
3a9788fc6f
|
fix missing reason/name information for skipped tests
|
2011-03-19 17:59:07 +01:00 |
holger krekel
|
ed6d2537bc
|
fix issue33 - no collection error for classes prefixed "test" deriving from object
|
2011-03-16 16:36:18 +01:00 |
holger krekel
|
a9f1f26a39
|
don't import stuff at genscript import time but rather when it is used
|
2011-03-12 20:12:19 +01:00 |
holger krekel
|
a7131dc911
|
speed up skipping
|
2011-03-11 15:43:24 +01:00 |
holger krekel
|
007f0daeb9
|
bump to release version, regenerate docs
|
2011-03-09 10:58:36 +01:00 |
holger krekel
|
f2670651b3
|
half the overhead for calling a test function by introducing some caching
|
2011-03-07 18:28:45 +01:00 |
holger krekel
|
5470cadbff
|
fix issue25 --pdb and win32/python encodings cause a crash in certain situations.
The reason is not clear but avoiding a fresh copy of the terminal writer
helps, maybe because the underlying file object has some state?
|
2011-03-07 13:17:07 +01:00 |
holger krekel
|
c552b58dc5
|
fix issue27 - --collectonly and -k keyword selection now work together.
internally, collectonly and terminal reporting has been unified.
|
2011-03-06 18:32:00 +01:00 |
holger krekel
|
5bef795ba7
|
add changelog entry about unittest change, bump version
|
2011-03-05 18:22:33 +01:00 |
holger krekel
|
318e8a404b
|
fix and improve error reporting for parametrizing funcargs (originally reported by antlong)
|
2011-03-05 12:11:35 +01:00 |
holger krekel
|
070c73ff2f
|
fix issue30 (the second time)
put module globals into namespace for xfail and skipif expressions
|
2011-03-03 23:22:55 +01:00 |
holger krekel
|
6f3b84da9f
|
fix issue 28 - setup_method now works with pytest_generate_tests
|
2011-03-02 18:03:43 +01:00 |
holger krekel
|
2bd0c98801
|
up version, commit 2.0.1 annoucnement as sent out
|
2011-02-07 11:54:08 +01:00 |
holger krekel
|
35b0b376f0
|
bumping version to pytest-2.0.1, regen docs and examples
|
2011-02-03 15:14:50 +01:00 |
holger krekel
|
762ea71f67
|
fix error reporting issue when a "pyc" file has no relating "py"
|
2011-01-27 21:11:21 +01:00 |
holger krekel
|
d8d88ede65
|
refine and unify initial capturing - now works also if the logging module
is already used from an early-loaded conftest.py file (prior to option parsing)
|
2011-01-18 12:51:21 +01:00 |
holger krekel
|
88cfaebbcb
|
fix issue12 - show plugin versions with "--version" and "--traceconfig" and also document how to add extra information to reporting test header
|
2011-01-12 19:39:36 +01:00 |
holger krekel
|
647b56614a
|
fix issue17 by requiring an update to pylib which helps to fix it
|
2011-01-12 17:21:11 +01:00 |
holger krekel
|
1b3fb3d229
|
fix issue15 - tests for python3/nose-1.0 combo work now
|
2011-01-11 17:27:34 +01:00 |
holger krekel
|
a15983cb33
|
rather named the new hook cmdline_preparse
|
2010-12-07 12:34:18 +01:00 |
holger krekel
|
9ab256c296
|
make getvalueorskip() be hidden in skip-reporting. also bump version.
|
2010-12-07 12:18:24 +01:00 |
holger krekel
|
e6541ed14e
|
bump version and fix changelog issue reference
|
2010-12-06 19:01:50 +01:00 |
holger krekel
|
d894bae281
|
bumping version to a dev version, run tests by using python PyPI by default
|
2010-11-26 13:37:00 +01:00 |
holger krekel
|
b622c85bbf
|
last changes, preparing 2.0.0
|
2010-11-25 20:06:42 +01:00 |
holger krekel
|
9e7ef58cfd
|
some small pre-release updates
|
2010-11-25 16:36:25 +01:00 |
holger krekel
|
1df0eaa387
|
tons and tons of refinements and additions to docs
|
2010-11-25 12:11:10 +01:00 |
holger krekel
|
c36b20b137
|
allow setup_method/teardown_method to be mixed into unittest cases, reshuffle tests a bit
|
2010-11-24 16:17:49 +01:00 |
holger krekel
|
9be1cd8007
|
fix #6 : allow skip/xfail/pdb with trial by hacking the raw exception info out from trial
|
2010-11-24 11:48:55 +01:00 |
holger krekel
|
840eed28be
|
allow setup_class in unittest test cases
|
2010-11-24 00:23:39 +01:00 |
holger krekel
|
4accc4aa68
|
fix the py version check
|
2010-11-23 19:11:21 +01:00 |
holger krekel
|
11e8e5570e
|
depend on py, not pylib distro
|
2010-11-23 17:21:34 +01:00 |
holger krekel
|
4fa7a2e8ce
|
fix #128 show tracebacks for all failures and errors that haven't beed PDB-debugged
|
2010-11-23 16:10:47 +01:00 |
holger krekel
|
bc42cf8ffb
|
add a way to mark hooks as "tryfirst" or "trylast" to influence its position in a hook chain.
Use 'tryfirst' for capturing hooks so they can start capturing as early as possible,
including when conftests add output in runtest_setup hooks.
|
2010-11-21 23:17:59 +01:00 |
holger krekel
|
9a21a81740
|
add ability to use scope="class" in request.cached_setup() calls
|
2010-11-20 18:03:18 +01:00 |
holger krekel
|
93a436542c
|
bump version number
|
2010-11-17 18:27:07 +01:00 |
holger krekel
|
fb102a2ddb
|
bump version and comment out ignore-testclass-if-unittest-module-feature
|
2010-11-17 12:21:24 +01:00 |
holger krekel
|
82ba645a2e
|
fix skip reporting over distributed testing. if we have a "skip" report
rep.longrepr will now be a 3-tuple (path, lineno, message)
|
2010-11-13 21:03:28 +01:00 |
holger krekel
|
1bc444d5c8
|
some fixes to make cross linux/windows remote testing work again
|
2010-11-13 19:46:28 +01:00 |
holger krekel
|
929291775e
|
flat is better than nested (cont'd):
- pytest.py is new module, making "python -m pytest" work always
- _pytest/*.py now contains core.py, hookspec and the plugins, no sub packages
|
2010-11-13 11:10:45 +01:00 |