test_ok1/testing
Bruno Oliveira 2bbe709bce Use testdir fixture in test_double_test to ensure controlled environment for execution
Because the test relies that two subsequent tests try to use pytest.warns to capture
the exact same warning, it is better to use testdir to ensure test execution
occurs in the order we expect (which might be different with pytest-xdist or
pytest-random for example)
2015-08-06 22:30:01 -03:00
..
cx_freeze Fix py27-cxfreeze tox environment 2015-04-22 19:46:06 -03:00
python Added `warns` to assert warnings are thrown 2015-07-30 23:28:32 -04:00
acceptance_test.py Merge remote-tracking branch 'upstream/pytest-2.7' 2015-07-24 19:24:21 -03: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 Merge branch 'pytest-2.7' 2015-06-23 16:49:05 +02:00
test_assertrewrite.py Add support for PEP302 get_data API 2015-07-11 14:13:43 -03:00
test_capture.py Merge reset-capgture-on-reeadouterr-errors 2015-07-26 11:39:03 +02:00
test_collection.py Add new testdirs ini option 2015-07-10 21:52:47 -03:00
test_config.py Print inifile and rootdir when there's usage errors 2015-07-10 21:56:12 -03:00
test_conftest.py Avoid detecting conftest files upwards from setup.cfg/pytest.ini/tox.ini files by default 2015-07-23 23:21:07 -03:00
test_doctest.py Consider session fixtures for doctest docstrings in modules 2015-07-13 12:29:09 -03:00
test_genscript.py setuptools not present issue deprecating gentest 2015-07-25 13:50:40 +02:00
test_helpconfig.py adapt to pluggy naming, rename pytest.hookspec_opts to pytest.hookspec,s ame with hookimpl_opts 2015-05-06 10:08:08 +02:00
test_junitxml.py Fix flaky test_timing_function in Windows 2015-07-04 15:05:45 -03:00
test_mark.py Test file run twice fails if it contains marked class #683 2015-07-26 12:15:29 +02:00
test_monkeypatch.py Change links from bitbucket to GitHub 2015-06-15 18:28:31 -03:00
test_nose.py use runpytest() instead of runpytest_inprocess if a test can run as subprocess as well 2015-04-28 12:05:08 +02:00
test_parseopt.py Simply show the node ID for verbose output 2014-08-01 00:29:35 +01:00
test_pastebin.py Fixing --pastebin option by using a POST request instead of a XMLRPC call 2014-10-22 21:52:40 -02:00
test_pdb.py streamline pytester API majorly: 2015-04-28 11:54:53 +02:00
test_pluginmanager.py adapt pytest to using pluggy (current master) 2015-04-29 16:40:51 +02:00
test_pytester.py streamline pytester API majorly: 2015-04-28 11:54:53 +02:00
test_recwarn.py Use testdir fixture in test_double_test to ensure controlled environment for execution 2015-08-06 22:30:01 -03:00
test_resultlog.py Add docs for new tests 2015-06-17 00:04:25 -03:00
test_runner.py Use monkeypatch for setting modules in tests 2015-07-24 12:34:06 -04: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 - refine lsof checking 2015-04-28 11:54:46 +02:00
test_skipping.py Report correct reason when using multiple skip/xfail markers 2015-07-18 18:18:45 -03:00
test_terminal.py PEP8ify parametrized-test parameters 2015-07-02 13:39:05 -04:00
test_tmpdir.py Use pytest-of-$user as base directory for tmpdir_factory 2015-07-28 20:57:48 -03:00
test_unittest.py Merge branch 'pytest-2.7' 2015-07-23 22:35:51 -03:00