Bruno Oliveira
|
e622975ffd
|
Merge pull request #987 from benauthor/master
Document single-method usage
|
2015-09-04 17:24:15 -03:00 |
Evan Bender
|
6ffb659282
|
Document single-method usage
It is possible to run a single test method in a class, but the syntax is
not glaringly obvious and documentation would help people out.
|
2015-09-04 15:11:57 -04:00 |
Bruno Oliveira
|
8625eb643e
|
Merge pull request #986 from RonnyPfannschmidt/early-logging
replay initial warnings when terminalreporter is loaded
|
2015-09-02 19:10:53 -03:00 |
Ronny Pfannschmidt
|
76f0988551
|
turn the pytest_logwarning hook historic
|
2015-09-02 18:49:49 +02:00 |
Ronny Pfannschmidt
|
348e519437
|
Merge pull request #962 from nicoddemus/doctest-skip
Make doctest SKIP option register doctests as SKIPPED rather than PASSED
|
2015-09-01 12:31:35 +02:00 |
Ronny Pfannschmidt
|
7292212d5a
|
Merge pull request #976 from nicoddemus/ren-warnings-on-terminal
Rename "warnings" to "pytest-warnings" in terminal output
|
2015-09-01 07:56:42 +02:00 |
Bruno Oliveira
|
4ad56e84a8
|
Make doctest SKIP option register doctests as SKIPPED rather than PASSED
Fix 957
|
2015-08-31 21:25:11 -03:00 |
Bruno Oliveira
|
e3734ef337
|
Add CHANGELOG entry about renaming "warnings" to "pytest-warnings"
|
2015-08-31 21:21:29 -03:00 |
Bruno Oliveira
|
06a70b6d6d
|
Merge pull request #982 from codewarrior0/patch-1
Add notes to docstring of `monkeypatch.undo()`
|
2015-08-31 21:18:53 -03:00 |
Ronny Pfannschmidt
|
3fa261564b
|
replay initial warnings when terminalreporter is loaded
|
2015-08-31 21:54:12 +02:00 |
Anatoly Bubenkov
|
18d175708c
|
Merge pull request #983 from The-Compiler/issue-979
Fix overriding of fixtures with parametrization.
|
2015-08-31 15:21:45 +02:00 |
Florian Bruhin
|
19791546da
|
Add docstring.
|
2015-08-31 15:11:57 +02:00 |
Florian Bruhin
|
885e461ae3
|
Fix overriding of fixtures with parametrization.
Fixes #979, see #926.
|
2015-08-31 14:38:39 +02:00 |
David Vierra
|
3a27cd87ce
|
Adjust phrasing in monkeypatch.undo docstring
s/test invocation/test function invocation/
|
2015-08-29 19:00:00 -10:00 |
David Vierra
|
6380e19f07
|
Add notes to docstring of `monkeypatch.undo()`
Note that calling `undo()` is generally not needed, and describe the "gotcha" discovered in #981.
|
2015-08-29 16:53:57 -10:00 |
Bruno Oliveira
|
c0eec5d61c
|
Merge pull request #975 from nicoddemus/fix-regression-parse-known-args
Fix regression caused by changing the signature for parse_known_args
|
2015-08-29 23:44:32 -03:00 |
Brianna Laugher
|
c493f263b6
|
Merge branch 'Elizaveta239-master' closes #908
|
2015-08-29 17:34:35 +10:00 |
Floris Bruynooghe
|
553aef57aa
|
Merge pull request #978 from nicoddemus/string-diff
Show a few diff lines when truncating string diffs
|
2015-08-28 09:04:39 +01:00 |
Florian Bruhin
|
9f30ae9850
|
Merge pull request #977 from nicoddemus/marks-fixtures-note
Add note that using marks on fixtures is not supported
|
2015-08-28 06:16:49 +02:00 |
Bruno Oliveira
|
dd7112d5ea
|
Show a few diff lines when truncating string diffs
Fix #934
|
2015-08-27 22:20:13 -03:00 |
Brianna Laugher
|
b49bedcf0c
|
Merge branch 'master' of git://github.com/Elizaveta239/pytest into Elizaveta239-master
|
2015-08-28 11:10:22 +10:00 |
Bruno Oliveira
|
87cb5bc5b7
|
Add note that using marks on fixtures is not supported
Fix #964
|
2015-08-27 20:11:18 -03:00 |
Bruno Oliveira
|
e59471766a
|
Rename "warnings" to "pytest-warnings" in terminal output
Fix #970
|
2015-08-27 19:59:52 -03:00 |
Bruno Oliveira
|
4533a50542
|
Fix regression caused by changing the signature for parse_known_args
Fix #973
|
2015-08-27 19:35:32 -03:00 |
Bruno Oliveira
|
ccf7584fac
|
Add warning about implementing pytest_addoption from conftest files
|
2015-08-27 19:14:56 -03:00 |
Bruno Oliveira
|
06b1b69fb7
|
Merge pull request #963 from nicoddemus/cookiecutter-docs
Mention cookie-cutter in the docs and fix broken links to <extplugin>
|
2015-08-26 16:41:56 -03:00 |
Bruno Oliveira
|
333cb27272
|
Merge pull request #961 from nicoddemus/args-after-options
Paths after normal options are now properly used to discover rootdir and ini files
|
2015-08-26 12:50:19 -03:00 |
Bruno Oliveira
|
d988d2006f
|
Mention cookie-cutter in the docs and fix broken links to <extplugin>
|
2015-08-25 23:59:18 -03:00 |
Bruno Oliveira
|
42b43a7d7b
|
Paths after normal options are now properly used to discover rootdir and ini files
Fix #949
|
2015-08-25 22:08:05 -03:00 |
elizabeth
|
e67d66a5d4
|
Merge branch 'pytest-dev'
# Conflicts:
# AUTHORS
|
2015-08-24 22:55:11 +03:00 |
Ronny Pfannschmidt
|
b25e41e348
|
Merge pull request #956 from nicoddemus/record-xml-property
add preliminary support for extended junit xml properties
|
2015-08-24 09:13:04 +02:00 |
Bruno Oliveira
|
70da93145d
|
Improve docs and using warning system for record_xml_property fixture
|
2015-08-23 11:56:27 -03:00 |
Bruno Oliveira
|
a20c6d072d
|
Fix getdoctarget to ignore comment lines
|
2015-08-23 11:20:34 -03:00 |
elizabeth
|
06585f5bdd
|
Always report error about parametrize data that doesn't correspond to fixtures in test functions.
|
2015-08-23 13:42:40 +03:00 |
David Diaz
|
44d9365da0
|
Add warning of "preliminary feature" to record_xml_property
|
2015-08-21 15:21:12 -06:00 |
David Diaz
|
2ddbac1f98
|
Correcting implementation based on pull request feed back
|
2015-08-21 14:31:53 -06:00 |
Ronny Pfannschmidt
|
287df16c9c
|
Merge pull request #817 from nicoddemus/non-collection-exit-error
return non-zero exit code if no tests are collected
|
2015-08-21 18:30:57 +02:00 |
Bruno Oliveira
|
5f0e92a432
|
Merge pull request #942 from RonnyPfannschmidt/adapt-print
Adapt plugin name printing
|
2015-08-21 12:02:58 -03:00 |
Bruno Oliveira
|
d7d418cd47
|
Fix forked_run_report in pytest.xdist 1.13
|
2015-08-20 21:17:27 -04:00 |
David Diaz
|
24212fd97f
|
Add support to record custom properties on xml output
|
2015-08-20 17:55:38 -06:00 |
Bruno Oliveira
|
3e41c3cbb3
|
Using packages from pypi
|
2015-08-18 09:19:51 -03:00 |
Bruno Oliveira
|
359f248729
|
Force to use xdist >= 1.13
|
2015-08-18 07:35:03 -03:00 |
Bruno Oliveira
|
f730291904
|
Make testsfailed and testscollected public Session attributes
As suggested by @flub in review
|
2015-08-18 07:35:02 -03:00 |
Bruno Oliveira
|
2ffd37b816
|
return non-zero exit code if no tests are collected
Fix #812
Fix #500
|
2015-08-18 07:35:02 -03:00 |
Ronny Pfannschmidt
|
7758bcd141
|
terminalwriter: extract plugin printing logic and add positive unittests
|
2015-08-17 09:10:01 +02:00 |
Ronny Pfannschmidt
|
740a97a8cc
|
terinalwriter: use dash between plugin name and version
|
2015-08-17 08:48:38 +02:00 |
Ronny Pfannschmidt
|
2c42f15e00
|
adapt plugin printing
* print each distribution only once(xdist now has 3 entrypoints)
* include the distribution version
|
2015-08-17 08:41:24 +02:00 |
Ronny Pfannschmidt
|
37ed391cc2
|
Merge pull request #938 from nicoddemus/doctest-unicode
New ALLOW_UNICODE doctest option
|
2015-08-16 11:35:10 +02:00 |
Floris Bruynooghe
|
f22d14b105
|
Merge pull request #879 from RonnyPfannschmidt/setuptools-scm
use setuptools_scm to determine the version
|
2015-08-15 00:56:16 +01:00 |
Bruno Oliveira
|
d749021a31
|
Fix coverage
Also make sure a test that doesn't set ALLOW_UNICODE fails
on Python 2 and passes Python 3.
|
2015-08-12 22:49:41 -03:00 |