.. |
cx_freeze
|
Moved freeze_includes() to genscript
|
2014-08-11 20:03:14 -03:00 |
python
|
remove all occurences of "__multicall__" on hook impls in pytest/*.
|
2014-10-08 20:23:40 +02:00 |
acceptance_test.py
|
fix issue486: better reporting and handling of early conftest loading failures
|
2014-04-02 20:42:41 +02:00 |
conftest.py
|
Remove jython from tested python versions
|
2014-09-06 18:44:18 +01:00 |
test_argcomplete.py
|
ignore argcomplete on darwin
|
2013-11-12 13:52:16 +01:00 |
test_assertinterpret.py
|
assert reinterpretation: try mangling attributes that look like private class vars (fixes #514)
|
2014-05-31 14:37:02 -07:00 |
test_assertion.py
|
Improve assertion failure reporting on iterables, by using ndiff and pprint.
|
2014-09-27 01:29:47 +00:00 |
test_assertrewrite.py
|
Escape % character in the assertion message. closes #604
|
2014-10-07 01:01:21 +02:00 |
test_capture.py
|
stop leaking file descriptors
|
2014-09-22 13:56:07 +01:00 |
test_collection.py
|
simplify internal pytester machinery
|
2014-10-06 13:37:57 +02:00 |
test_config.py
|
Implement the "-c" command line switch that allows to explicitly specifiy the config file to load.
|
2014-06-27 17:42:37 +02:00 |
test_conftest.py
|
Simply show the node ID for verbose output
|
2014-08-01 00:29:35 +01:00 |
test_core.py
|
some docs and refined semantics for wrappers
|
2014-10-09 12:21:01 +02:00 |
test_doctest.py
|
Add a doctest for module docstrings
|
2014-10-08 15:54:08 +02:00 |
test_genscript.py
|
Moved freeze_includes() to genscript
|
2014-08-11 20:03:14 -03:00 |
test_helpconfig.py
|
remove overhead for tracing of hook calls and remove some old unused code
|
2014-10-02 15:25:42 +02:00 |
test_junitxml.py
|
fix issue575: xunit-xml reporting collection errors as failures
|
2014-09-15 22:04:46 -03:00 |
test_mark.py
|
remove all occurences of "__multicall__" on hook impls in pytest/*.
|
2014-10-08 20:23:40 +02:00 |
test_monkeypatch.py
|
support python32
|
2013-11-12 13:48:17 +01:00 |
test_nose.py
|
Fixed race condition with SkipTest when module not in sys.modules on collection.
|
2014-03-14 14:04:54 +01:00 |
test_parseopt.py
|
Simply show the node ID for verbose output
|
2014-08-01 00:29:35 +01:00 |
test_pastebin.py
|
fix flakes issues and make --flakes run part of tox runs
|
2013-10-12 15:39:22 +02:00 |
test_pdb.py
|
Introduce pytest_enter_pdb hook
|
2014-09-18 14:58:42 +02:00 |
test_pytester.py
|
simplify internal pytester machinery
|
2014-10-06 13:37:57 +02:00 |
test_recwarn.py
|
replace py.test module references with pytest
|
2014-01-18 12:31:33 +01:00 |
test_resultlog.py
|
fix issue380 by making --resultlog only rely on longrepr instead
|
2013-11-19 14:19:29 +01:00 |
test_runner.py
|
Improve test by also matching expected output
|
2014-08-30 21:57:01 +01:00 |
test_runner_xunit.py
|
ref #322 cleanup all teardown calling to only happen when setup succeeded.
|
2013-08-02 09:52:40 +02:00 |
test_session.py
|
fix flakes failures
|
2014-01-29 10:20:13 +01:00 |
test_skipping.py
|
Let xfail work on non-python Items
|
2014-09-23 23:55:26 +01:00 |
test_terminal.py
|
Simply show the node ID for verbose output
|
2014-08-01 00:29:35 +01:00 |
test_tmpdir.py
|
refine skipif to use direct booleans, to help with flakes
|
2014-01-29 11:46:36 +01:00 |
test_unittest.py
|
issue504: verbose output displays node IDs for each test
|
2014-04-14 17:42:02 -04:00 |