pytest2/testing
Bruno Oliveira b1f8038abf Minor fixed in test_capture
This test failed only in py34. We don't import logging directly,
but it seems that one of the standard modules that are now
globally imported started including this on py34.

Just removed the assert as it doesn't seem central to the
test's objective.
2014-07-31 19:52:08 -03:00
..
python Injection of fixture doesn't work when decorated with unittest.mock.patch 2014-07-26 17:26:18 +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 add changelog entry for some PRs: improvements to pytest's own 2014-04-02 09:51:24 +02: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 fix issue364: shorten and enhance tracebacks representation by default. 2014-06-29 13:32:53 +02:00
test_assertrewrite.py Simplify tests; don't use u literal not supported in py32 2014-03-28 12:11:33 -07:00
test_capture.py Minor fixed in test_capture 2014-07-31 19:52:08 -03:00
test_collection.py fix flakes issues and make --flakes run part of tox runs 2013-10-12 15:39:22 +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 fix conftest detection if commandline arguments contain "::" syntax 2014-07-28 11:48:37 +02:00
test_core.py implement a new hook type: hook wrappers using a "yield" to distinguish 2014-03-14 12:49:35 +01:00
test_doctest.py with pypy this tests leaks one FD but it's probably a residual effect of the testing machinery and Pypy's lazy GC. 2014-07-14 09:17:04 +02:00
test_genscript.py fix py32 failures and remove random print from commit accident 2013-12-16 07:19:49 +01:00
test_helpconfig.py replace py.test module references with pytest 2014-01-18 12:31:33 +01:00
test_junitxml.py Add test for skipped case with utf-8 message 2014-04-24 10:45:39 +08:00
test_mark.py add test: '--markers' listing info from plugins in current folder 2014-01-22 14:16:39 +01: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 add a comment for why we only consider .py files when removing @ 2014-07-28 13:56:10 +02: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 remove non-documented per-conftest capturing option and simplify/refactor all code accordingly. Also make capturing more robust against tests closing FD1/2 and against pdb.set_trace() calls. 2014-04-01 14:32:12 +02:00
test_pytester.py fix flakes failures 2014-01-29 10:20:13 +01: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 setupstate.addfinalizer(): fix docstring and remove related unit test not covering functional reality 2014-01-26 12:44:21 +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 Directly pass multiple parameters with mark.parametrize() 2014-07-26 18:19:27 +02:00
test_terminal.py fix issue364: shorten and enhance tracebacks representation by default. 2014-06-29 13:32:53 +02: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