.. |
code
|
Fix broken test in py3k
|
2016-08-01 18:35:42 -03:00 |
freeze
|
Use PyInstaller for freeze test env
|
2016-07-26 22:02:37 -03:00 |
python
|
Explain a bad scope value to the user
|
2016-09-21 16:40:58 -04:00 |
acceptance_test.py
|
Add acceptance test for module loader
|
2016-08-22 17:57:25 -03:00 |
deprecated_test.py
|
Merge pull request #1813 from nicoddemus/pytest-setup.cfg
|
2016-08-17 20:33:57 +02:00 |
test_argcomplete.py
|
Remove code related to support python <= 2.5
|
2015-12-16 16:16:22 -02:00 |
test_assertion.py
|
added a test
|
2016-09-20 02:47:59 +07:00 |
test_assertrewrite.py
|
Rewrite asserts in test-modules loaded very early in the startup
|
2016-08-03 12:49:48 -03:00 |
test_cache.py
|
LastFailed now creates .cache only when needed. Fixes #1342
|
2016-02-16 11:42:04 +06:00 |
test_capture.py
|
Add buffer attribute to stdin stub
|
2016-08-24 16:26:34 -07:00 |
test_collection.py
|
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
|
2016-08-06 17:58:17 -03:00 |
test_config.py
|
Merge branch 'master' into merge-master-into-features
|
2016-08-17 22:39:23 -03:00 |
test_conftest.py
|
Merge branch 'features' into conftest-exception-printing
|
2016-07-20 19:33:36 -03:00 |
test_doctest.py
|
Simplify test in test_doctest_report_none_or_only_first_failure.
|
2016-07-23 15:58:13 +02:00 |
test_entry_points.py
|
Add tests to make sure expected entry points exist (#1629)
|
2016-06-22 14:28:53 +02:00 |
test_helpconfig.py
|
Introduce pytest command as recommended entry point
|
2016-06-21 16:16:57 +02:00 |
test_junitxml.py
|
Merge branch 'master' into merge-master-into-features
|
2016-08-17 22:39:23 -03:00 |
test_mark.py
|
Replace all usages of "pytest_funcarg__" for @pytest.fixture
|
2016-07-11 22:21:52 -03:00 |
test_monkeypatch.py
|
Revert all invocation-fixtures code
|
2016-08-17 08:12:55 -03:00 |
test_nose.py
|
Remove code related to support python <= 2.5
|
2015-12-16 16:16:22 -02:00 |
test_parseopt.py
|
merge from master to features
|
2016-07-06 11:51:48 +02:00 |
test_pastebin.py
|
Fix pastebin when captured output contains non-ascii characters
|
2015-12-03 20:07:18 -02:00 |
test_pdb.py
|
integrating review commets of @nicoddemus
|
2016-08-31 22:33:47 +02:00 |
test_pluginmanager.py
|
Improve error message when a plugin fails to import
|
2016-03-08 19:18:13 -03:00 |
test_pytester.py
|
streamline pytester API majorly:
|
2015-04-28 11:54:53 +02:00 |
test_recwarn.py
|
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
|
2015-12-10 19:41:14 -02:00 |
test_resultlog.py
|
Raise CollectError if pytest.skip() is called during collection
|
2016-06-24 20:56:21 +02:00 |
test_runner.py
|
Fix regression when using importorskip at module level
|
2016-08-19 18:21:25 -03:00 |
test_runner_xunit.py
|
setup_* and teardown_* functions argument now optional
|
2016-07-14 23:41:40 -03:00 |
test_session.py
|
add test for --maxfail=NUM overiding -x
|
2016-07-20 17:20:10 +02:00 |
test_skipping.py
|
Fix spelling: s/outside a/outside of a/
|
2016-08-20 18:43:39 +02:00 |
test_terminal.py
|
Pass exitstatus to pytest_terminal_summary hook
|
2016-08-14 22:06:35 +02:00 |
test_tmpdir.py
|
Add deprecation module to centralize deprecation messages and bits of code
|
2016-07-25 18:14:39 -03:00 |
test_unittest.py
|
Move internal _is_unittest_unexpected_success_a_failure to "compat" module
|
2016-08-17 22:50:10 -03:00 |