Anthony Shaw
|
4d847593b3
|
remove a test that would fail because pytest is being used to test itself
|
2018-04-03 10:40:56 +10:00 |
Bruno Oliveira
|
804392e5f2
|
Fix tests that check that breakpoint function is configured/restored
* Execute pytest in a subprocess in cases of tests which change global
state
* Parametrize with --pdb and without the flag
|
2018-03-28 20:19:28 -03:00 |
Anthony Shaw
|
09e5a226dc
|
add broken test
|
2018-03-29 09:03:20 +11:00 |
Anthony Shaw
|
3998b70ff6
|
add test for custom environment variable
|
2018-03-28 09:02:37 +11:00 |
Bruno Oliveira
|
060f047a7e
|
Use full link in CHANGELOG
Our rst-linter unfortunately doesn't accept `ref` directives in the CHANGELOG files
|
2018-03-27 18:35:47 -03:00 |
Bruno Oliveira
|
0a4200bbb3
|
Improve docs formatting
|
2018-03-27 07:40:52 -03:00 |
Anthony Shaw
|
b45006e9a3
|
fix syntax
|
2018-03-27 21:26:55 +11:00 |
Anthony Shaw
|
671ab5a36c
|
update documentation for new feature
|
2018-03-27 21:02:43 +11:00 |
Anthony Shaw
|
f1f4c8c104
|
updates for code review recommendations
|
2018-03-27 17:38:17 +11:00 |
Anthony Shaw
|
e97bd87ee2
|
fix assertion when hypothesis is installed (which is should be for developing in pytest)
|
2018-03-23 16:24:15 +11:00 |
Anthony Shaw
|
242fb7852b
|
linting and removed double test
|
2018-03-23 15:39:34 +11:00 |
Anthony Shaw
|
1ec99132e6
|
add myself to authors
|
2018-03-23 15:31:57 +11:00 |
Anthony Shaw
|
dcbba381d4
|
add changelog entry
|
2018-03-23 15:31:16 +11:00 |
Anthony Shaw
|
db581eabcb
|
add tests to validate that --pdbcls custom debugger classes will be called when breakpoint() is used
|
2018-03-23 15:30:05 +11:00 |
Anthony Shaw
|
0e83e4f292
|
conditional for resetting of sys.breakpointhook for cleanup where breakpoint() not supported
|
2018-03-23 14:26:16 +11:00 |
Anthony Shaw
|
21ada0fa23
|
add check for support of breakpoint() and use Custom Pdb class when system default is set
|
2018-03-23 14:20:10 +11:00 |
Anthony Shaw
|
a1ff758d0d
|
"Added acceptance tests for configuration of sys.breakpointhook and resetting back when system default (pdb) is used""
|
2018-03-23 14:18:56 +11:00 |
Anthony Shaw
|
5a53b9aabb
|
move tests to test_pdb
|
2018-03-22 20:40:35 +11:00 |
Anthony Shaw
|
91d99affb7
|
assert that custom PDB class is used as breakpoint hook where supported
|
2018-03-22 17:40:14 +11:00 |
Anthony Shaw
|
3bca983a95
|
add a module global for whether the current runtime supports the builtin breakpoint function
|
2018-03-22 17:27:28 +11:00 |
Anthony Shaw
|
9edcb7edc6
|
start acceptance testing
|
2018-03-22 17:25:27 +11:00 |
Bruno Oliveira
|
93847bfeb4
|
Merge pull request #3315 from pytest-dev/issue/3314
Allow DontReadFromInput to produce iterator without error.
|
2018-03-16 10:05:54 -03:00 |
Bruno Oliveira
|
278d8ac74e
|
Fix caplog docstring: indentation caused errors during docs build
|
2018-03-16 00:06:15 -03:00 |
Bruno Oliveira
|
17468fc99c
|
Fix caplog docstring: indentation caused errors during docs build
|
2018-03-16 00:04:28 -03:00 |
Jason R. Coombs
|
b66019202e
|
Fix test failure on Python 2. Ref #3314.
|
2018-03-15 21:33:58 -04:00 |
Jason R. Coombs
|
965a030564
|
Add changelog. Ref #3314.
|
2018-03-15 21:31:12 -04:00 |
Jason R. Coombs
|
2f47624b19
|
Allow DontReadFromInput to produce iterator without error. Fixes #3314.
|
2018-03-15 21:26:40 -04:00 |
Jason R. Coombs
|
3c3fc3bb9d
|
Add test capturing new expectation. Ref #3314.
|
2018-03-15 21:25:50 -04:00 |
Bruno Oliveira
|
fbcf1a90c9
|
Merge pull request #3193 from pytest-dev/ref-docs
Reference docs
|
2018-03-15 12:04:34 -03:00 |
Ronny Pfannschmidt
|
1b535387bf
|
Merge pull request #3309 from tareqalayan/issue-3308
issue #3308: fix example in documentation
|
2018-03-14 15:52:55 +01:00 |
Tareq Alayan
|
7e53f9432c
|
issue #3308: fix example in documentation
https://github.com/pytest-dev/pytest/issues/3308
|
2018-03-14 15:44:43 +02:00 |
Ronny Pfannschmidt
|
b2b629f462
|
Merge pull request #3305 from nicoddemus/2370-tmpfile-close-py27
Suppress ``IOError`` when closing the temporary file used for capturing streams in Python 2.7
|
2018-03-14 06:42:06 +01:00 |
Bruno Oliveira
|
9517c3a2aa
|
Suppress ``IOError`` when closing the temporary file used for capturing streams in Python 2.7.
Fix #2370
|
2018-03-13 17:41:42 -03:00 |
Ronny Pfannschmidt
|
2612d967f8
|
Merge pull request #3301 from ankostis/caplog_clear_text
Fix #3297 where caplog.clear() did not clear text, just records
|
2018-03-13 16:39:53 +01:00 |
Bruno Oliveira
|
51c0256cd4
|
Remove :py:mod: ref from changelog: fails our linting check
|
2018-03-12 20:57:51 -03:00 |
Kostis Anagnostopoulos
|
02bec7a3bb
|
Add changelog & myself (ankostis) to authors
|
2018-03-13 01:46:44 +02:00 |
Bruno Oliveira
|
4459aa3d8b
|
Remove redundant "# content of pytest.ini" headers from examples
|
2018-03-12 20:09:31 -03:00 |
Bruno Oliveira
|
2e347643a3
|
Add ini options for logging
|
2018-03-12 20:09:05 -03:00 |
Bruno Oliveira
|
8629ef6a78
|
Add missing ini options: markers, usefixtures and xfail_strict
|
2018-03-12 19:43:31 -03:00 |
Thomas Hisch
|
5e92644f94
|
Properly reset LogCaptureHandler in caplog
Closes #3297
|
2018-03-13 00:36:51 +02:00 |
Bruno Oliveira
|
3198596f8a
|
Sort ini options
|
2018-03-12 19:33:34 -03:00 |
Kostis Anagnostopoulos
|
68375513f3
|
Add TC to demonstrate #3297 that caplog.clear() does not clean text
|
2018-03-13 00:28:47 +02:00 |
Bruno Oliveira
|
61b8ea8656
|
Add doctest_encoding and junit_suite_name ini options
|
2018-03-12 19:27:17 -03:00 |
Bruno Oliveira
|
3909225bf9
|
Merge pull request #3300 from JulienPalard/typo
Typo in example, os.getcwd does not take any parameter.
|
2018-03-12 12:16:18 -03:00 |
Julien Palard
|
e71d907d34
|
Typo in example, os.getcwd does not take any parameter.
|
2018-03-12 15:19:26 +01:00 |
Bruno Oliveira
|
8243900960
|
Move definition of ini options to reference
|
2018-03-07 20:45:41 -03:00 |
Bruno Oliveira
|
c0fe4d483d
|
Add environment variables
|
2018-03-06 20:41:21 -03:00 |
Bruno Oliveira
|
18a47bfd22
|
Add docs for CaptureFixture
|
2018-03-06 20:41:21 -03:00 |
Bruno Oliveira
|
3979f9ba3a
|
Add pytest_plugins and pytestmark special variables
|
2018-03-06 20:41:21 -03:00 |
Bruno Oliveira
|
443888248a
|
Improve fixture reference a bit
|
2018-03-06 20:41:21 -03:00 |