Bruno Oliveira
|
2868c31495
|
Preparing release version 3.9.0
|
2018-10-15 20:23:30 +00:00 |
Bruno Oliveira
|
39a13d7064
|
Fix tmp_path example in docs
|
2018-10-15 20:19:15 +00:00 |
Bruno Oliveira
|
9646a1cd7a
|
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
|
2018-10-15 12:55:28 -03:00 |
Bruno Oliveira
|
9fb305b17b
|
Merge pull request #4086 from jeffreyrack/4063-exclude-0-durations
Exclude durations that are 0.00 seconds long.
|
2018-10-13 22:16:04 -03:00 |
Jeffrey Rackauckas
|
47f5c29002
|
Update messaging for --durations when not in verbose mode.
|
2018-10-13 12:51:04 -07:00 |
Thomas Hess
|
91b2797498
|
docs: deprecation.rst: Add missing arguments to code example
In the proposed new style using `@pytest.mark.parametrize`,
the example function signature missed the actual arguments.
Add the missing arguments
|
2018-10-13 20:33:31 +02:00 |
Bruno Oliveira
|
29d5849519
|
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
|
2018-10-13 08:50:32 -03:00 |
Jose Carlos Menezes
|
dbaa9464ba
|
Update usefixtures documentation
Clarifying that it can't be used with fixture functions
|
2018-10-12 09:45:49 -03:00 |
Ronny Pfannschmidt
|
4736b2bdfb
|
address review comments
|
2018-10-11 20:48:30 +02:00 |
Ronny Pfannschmidt
|
584051aa90
|
extend docs with basics about tmp_path and tmp_path_facotry
|
2018-10-11 10:33:59 +02:00 |
Bruno Oliveira
|
c9a85b0e78
|
Fix linting
|
2018-10-10 19:54:39 -03:00 |
Niklas JQ
|
c14a23d4e4
|
Fix #4093: multiple string literals on a line
|
2018-10-10 19:28:31 +02:00 |
Bruno Oliveira
|
9a3836a0cf
|
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
|
2018-10-09 19:34:04 -03:00 |
Anthony Sottile
|
aaaae0b232
|
Fix formatting for plugin loading in conftest
|
2018-10-09 09:30:56 -07:00 |
Ronny Pfannschmidt
|
8393fdd51d
|
Merge pull request #4089 from asottile/upgrade_hooks
Upgrade pre-commit hooks
|
2018-10-09 07:43:28 +02:00 |
Anthony Sottile
|
1caf6d5907
|
Upgrade pre-commit hooks
|
2018-10-08 10:10:46 -07:00 |
Victor Maryama
|
55871c68a4
|
Renamed Victor to full name.
|
2018-10-08 18:43:50 +02:00 |
Palash Chatterjee
|
f9ac60807c
|
Fixes #4064 by correcting the documentation for unit-tests
|
2018-10-03 18:11:09 +05:30 |
Bruno Oliveira
|
3f03625a5d
|
Merge pull request #4070 from jeffreyrack/4058-update-fixture-docs
Update documentation to indicate a fixture can be invoked more than once in it's scope.
|
2018-10-03 08:39:41 -03:00 |
Jeffrey Rackauckas
|
c5dec6056f
|
Fix wording in fixtures doc.
|
2018-10-02 21:17:53 -07:00 |
Jeffrey Rackauckas
|
642847c079
|
Update documentation on fixture being invoked more than once in a scope.
|
2018-10-02 20:53:15 -07:00 |
Bruno Oliveira
|
20f93ae8fa
|
Merge pull request #4067 from beneyal/master
Add pytest.freeze_includes() to reference
|
2018-10-02 20:02:37 -03:00 |
Bruno Oliveira
|
1101a20408
|
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
|
2018-10-02 18:13:54 -03:00 |
Ben Eyal
|
a5269b26e0
|
Add anchor for "Freezing pytest"
|
2018-10-02 17:54:59 +03:00 |
Anthony Sottile
|
d3673c7429
|
Preparing release version 3.8.2
|
2018-10-02 07:46:02 -07:00 |
Ben Eyal
|
5010e02eda
|
Add pytest.freeze_includes to reference
|
2018-10-02 17:39:08 +03:00 |
Jose Carlos Menezes
|
732cc2687d
|
Add possible values for fixture scope to docs
|
2018-10-01 14:31:28 -03:00 |
Bruno Oliveira
|
b1fbb2ab92
|
Merge pull request #4032 from hjwp/patch-1
add documentation of register_assert_rewrite
|
2018-09-25 08:43:29 -03:00 |
Bruno Oliveira
|
b03bad5dbb
|
Fix linting
|
2018-09-25 08:12:55 -03:00 |
Harry Percival
|
19ec300b2a
|
fix rst syntax again
|
2018-09-25 06:58:47 +01:00 |
Harry Percival
|
11442f2ad7
|
fix rst syntax thing
|
2018-09-25 06:57:33 +01:00 |
Harry Percival
|
97748b6605
|
mention conftest.py as a good place to do it.
|
2018-09-25 06:55:28 +01:00 |
Harry Percival
|
2b762337bd
|
add documentation of register_assert_rewrite
wip
|
2018-09-25 06:49:50 +01:00 |
Bruno Oliveira
|
9899b8f1fb
|
Add an example on how to update config.warn calls
As commented in https://github.com/pytest-dev/pytest-cov/pull/230#pullrequestreview-157958838
|
2018-09-23 22:42:09 -03:00 |
Anthony Sottile
|
4474beeb82
|
Typo fix [ci skip]
|
2018-09-23 18:07:28 -07:00 |
Bruno Oliveira
|
0d04aa7c59
|
Add 3.9 deprecated features to deprecations.rst
|
2018-09-23 09:26:12 -03:00 |
Ronny Pfannschmidt
|
e03a19f88d
|
Merge pull request #4021 from nicoddemus/merge-master-into-features
Merge master into features
|
2018-09-23 11:57:05 +02:00 |
Bruno Oliveira
|
56d0b5a7e2
|
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
|
2018-09-22 18:14:36 -03:00 |
CrazyMerlyn
|
3f6a46c2a4
|
Preparing release version 3.8.1
|
2018-09-22 16:34:06 +00:00 |
Bruno Oliveira
|
c30184709d
|
Show deprecation warnings even if filters are customized
Fix #4013
|
2018-09-22 10:25:57 -03:00 |
William Jamir Silva
|
650c458df9
|
Include Python 3.7 on getting started doc
Close #3932
|
2018-09-21 19:18:51 -03:00 |
Bruno Oliveira
|
7a5e11bbcf
|
Merge pull request #3997 from nicoddemus/deprecation-docs
Introduce deprecations page
|
2018-09-20 08:22:51 -03:00 |
Bruno Oliveira
|
c2841542af
|
Introduce deprecations page
fix #3996
|
2018-09-19 19:51:29 -03:00 |
wim glenn
|
e86b01e831
|
Update customize.rst
|
2018-09-19 14:06:36 -05:00 |
Bruno Oliveira
|
ccb90b5c46
|
[WIP] Introduce deprecations page
fix #3996
|
2018-09-18 20:56:40 -03:00 |
Bruno Oliveira
|
a79dc12f1e
|
Merge pull request #3970 from sambarluc/raise_on_empty_parameterset
Raise exception if parametrize collects an empty parameter set
|
2018-09-18 08:11:34 -03:00 |
Ronny Pfannschmidt
|
bb57186dd4
|
Merge pull request #3983 from nicoddemus/update-backward-policy
Review backward compatibility policy
|
2018-09-16 20:43:55 +02:00 |
Andrea Cimatoribus
|
4a9f468aac
|
Update documentation
|
2018-09-15 09:18:03 +02:00 |
Bruno Oliveira
|
a4dd6ee3ce
|
Fix linting
|
2018-09-14 17:31:01 -03:00 |
Bruno Oliveira
|
130cf7e0db
|
Fix rendering of the ini example for python_files
Also added an example using one pattern per line
|
2018-09-14 17:27:25 -03:00 |