.. |
cmdline
|
another couple of checks on jython, still some problems
|
2010-04-23 19:05:22 +02:00 |
code
|
correct expected message
|
2010-06-18 22:55:06 -05:00 |
io_
|
some special handling of stdin capturing, unification, un-xfail the win32 test
|
2010-05-18 12:12:34 -07:00 |
log
|
a couple of more mostly jython-related fixes
|
2010-04-23 13:29:28 +02:00 |
path
|
refine bestrelpath to return "." for X.bestrelpath(X) and refine its docstring
|
2010-06-28 16:32:43 +02:00 |
plugin
|
remove the --junitxmlprefix feature - it's kind of YAGNI i guess -
|
2010-07-03 14:44:47 +02:00 |
process
|
refine py.process.cmdexec handling wrt unicode on all python versions
|
2010-06-25 10:30:15 +02:00 |
root
|
add kwarg support to py.errpr.checked_call
|
2010-06-03 10:21:48 +02:00 |
acceptance_test.py
|
adding three x-failing tests for issue88, issue93 and related issues
|
2010-05-14 12:02:43 +02:00 |
conftest.py
|
flatten test directory hierarchy and merge smaller into larger files
|
2010-01-13 16:17:50 +01:00 |
pip-reqs1.txt
|
fix --pdb to not drop interactive on xfailed tests
|
2010-06-16 12:35:08 +02:00 |
pip-reqs2.txt
|
install pygments for tests
|
2010-01-27 13:02:02 +01:00 |
test_collect.py
|
rename pytest_ignore_collect_path to pytest_ignore_collect before release
|
2010-05-02 15:24:02 +02:00 |
test_compat_deprecation.py
|
improve deprecation, start changelog
|
2009-11-12 13:10:30 +01:00 |
test_config.py
|
* rather expose internal exceptions under py.test.ACTION.Exception
|
2010-04-28 08:42:56 +02:00 |
test_conftesthandle.py
|
make initial conftest finding ignore "--" arguments
|
2010-07-01 19:27:40 +02:00 |
test_deprecated_api.py
|
* rather expose internal exceptions under py.test.ACTION.Exception
|
2010-04-28 08:42:56 +02:00 |
test_funcargs.py
|
introduce a new request.applymarker() function and refactor
|
2010-06-08 02:34:51 +02:00 |
test_genitems.py
|
actually look into all non-dot subdirs for conftest.py files - recursive walk would be too heavy for large source trees but first-level subdirs are fine IMO. Note that prior to py.test 1.0 doing this "look-ahead" was not easily doable because it was hard to avoid global state in conftest.py, this is not true anymore - so i feel ok telling people to cleanup their conftest files if they get problems (you can imagine people doing all kinds of things at global conftest.py module scope, can't you?)
|
2010-02-06 22:37:04 +01:00 |
test_parseopt.py
|
remove the unused return value of fnmatch_lines
|
2010-04-28 17:12:38 -05:00 |
test_pluginmanager.py
|
revert 1735 - fix issue95 differently: just shift the offending zlib
|
2010-05-19 16:42:22 +02:00 |
test_pycollect.py
|
* improve and test --tb=short reporting
|
2010-05-22 16:18:24 +02:00 |
test_session.py
|
fix issue102 by introducing a --maxfailures=NUM option
|
2010-05-25 16:52:09 +02:00 |