.. |
cmdline
|
another couple of checks on jython, still some problems
|
2010-04-23 19:05:22 +02:00 |
code
|
a couple of more mostly jython-related fixes
|
2010-04-23 13:29:28 +02:00 |
io_
|
fixes for testrun on jython
|
2010-04-23 12:05:29 +02:00 |
log
|
a couple of more mostly jython-related fixes
|
2010-04-23 13:29:28 +02:00 |
path
|
another couple of checks on jython, still some problems
|
2010-04-23 19:05:22 +02:00 |
plugin
|
another couple of checks on jython, still some problems
|
2010-04-23 19:05:22 +02:00 |
process
|
use taskkill cmdline for jython/win32 but skip test on jython because it does not return a subprocess PID
|
2010-04-21 06:23:19 -07:00 |
root
|
another couple of checks on jython, still some problems
|
2010-04-23 19:05:22 +02:00 |
__init__.py
|
move test files out of py lib proper
|
2009-09-06 16:59:39 +02:00 |
acceptance_test.py
|
a couple of more fixes/refinements for getting py.test to run better on jython/win32
|
2010-04-21 03:50:03 -07:00 |
conftest.py
|
flatten test directory hierarchy and merge smaller into larger files
|
2010-01-13 16:17:50 +01:00 |
pip-reqs1.txt
|
install pygments for tests
|
2010-01-27 13:02:02 +01:00 |
pip-reqs2.txt
|
install pygments for tests
|
2010-01-27 13:02:02 +01:00 |
test_collect.py
|
move down py/impl/XYZ to py/_XYZ
|
2010-01-13 17:15:54 +01:00 |
test_compat_deprecation.py
|
improve deprecation, start changelog
|
2009-11-12 13:10:30 +01:00 |
test_config.py
|
refine tests and refine code to deal with new xdist semantics.
|
2010-01-17 23:23:02 +01:00 |
test_conftesthandle.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_deprecated_api.py
|
move down py/impl/XYZ to py/_XYZ
|
2010-01-13 17:15:54 +01:00 |
test_funcargs.py
|
fix a test
|
2010-02-04 16:13:30 +01: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_outcome.py
|
this should test and fix the same issue that was committed in
|
2010-04-23 19:28:41 +02:00 |
test_parseopt.py
|
move down py/impl/XYZ to py/_XYZ
|
2010-01-13 17:15:54 +01:00 |
test_pluginmanager.py
|
reduce usage of the global py.test.config which maybe should die or become less global at some point (along with py.test.ensuretemp)
|
2010-01-13 18:04:58 +01:00 |
test_pycollect.py
|
remove superflous building of a dict, preserve order for nodes that have identical file:lineno
|
2010-01-15 17:38:09 +01:00 |
test_session.py
|
refine tests and refine code to deal with new xdist semantics.
|
2010-01-17 23:23:02 +01:00 |