Ronny Pfannschmidt
|
ee51fa5881
|
add api to iterate over all marerks of a node
|
2018-03-29 17:52:01 +02:00 |
Ronny Pfannschmidt
|
2cb7e725ce
|
document the hack used to avoid duplicate markers due Instance collectors
|
2018-03-29 17:52:01 +02:00 |
Ronny Pfannschmidt
|
02315c0489
|
remove unnecessary of in the code figuring the fixture names
|
2018-03-29 17:52:01 +02:00 |
Ronny Pfannschmidt
|
a92a51b01b
|
clarify find_markers return value
|
2018-03-29 17:52:01 +02:00 |
Ronny Pfannschmidt
|
159ea9b7c0
|
turn Markinfo into atts clsas, and return correct instances of it from node.get_marker
|
2018-03-29 17:52:01 +02:00 |
Ronny Pfannschmidt
|
775fb96ac3
|
first changelog entry
|
2018-03-29 17:52:01 +02:00 |
Ronny Pfannschmidt
|
ced1316bc8
|
add docstrings for nodemarkers
|
2018-03-29 17:52:01 +02:00 |
Ronny Pfannschmidt
|
5e56e9b4f6
|
refactor node markers, remove need to be aware of nodes
|
2018-03-29 17:52:01 +02:00 |
Ronny Pfannschmidt
|
2d06ae0f65
|
base metafunc fixtureinfo on the functiondefinition to caputure its marks
|
2018-03-29 17:52:01 +02:00 |
Ronny Pfannschmidt
|
99015bfc86
|
fix most of metafunc tests by mocking
|
2018-03-29 17:52:01 +02:00 |
Ronny Pfannschmidt
|
180ae09202
|
deprecate markinfo and fix up most marker scoping access while completely breaking metafunc testing
|
2018-03-29 17:52:01 +02:00 |
Ronny Pfannschmidt
|
e8feee0612
|
fix up the mark evaluator validity check
|
2018-03-29 17:52:01 +02:00 |
Ronny Pfannschmidt
|
f1a1695aaa
|
enable deep merging test - new structure fixed it
|
2018-03-29 17:52:01 +02:00 |
Ronny Pfannschmidt
|
2707221559
|
port mark evaluation to the new storage and fix a bug in evaluation
|
2018-03-29 17:52:01 +02:00 |
Ronny Pfannschmidt
|
360d608da4
|
introduce a own storage for markers
|
2018-03-29 17:52:01 +02:00 |
Bruno Oliveira
|
2962c7367c
|
Merge pull request #3307 from KKoukiou/rhv-qe-fix
logging.py: Don't change log level of the root logger to bigger numeric value
|
2018-03-27 18:03:22 -03:00 |
Bruno Oliveira
|
6cfed00a61
|
Tweak changelog entry
|
2018-03-26 20:48:05 -03:00 |
Katerina Koukiou
|
d895f5d6fc
|
logging.py: Don't change log level of the root logger to bigger numeric value
|
2018-03-26 10:11:49 +02:00 |
Bruno Oliveira
|
ed118d7f20
|
Merge remote-tracking branch 'upstream/features'
|
2018-03-22 21:06:09 -03:00 |
Bruno Oliveira
|
5ecff65285
|
Merge pull request #3327 from nicoddemus/release-3.5.0
Release 3.5.0
|
2018-03-22 20:58:15 -03:00 |
Ronny Pfannschmidt
|
fc4f769888
|
Merge pull request #3336 from nicoddemus/filter-warnings-ref-doc
Add missing reference doc for filterwarnings mark
|
2018-03-22 18:43:17 +01:00 |
Bruno Oliveira
|
f78953fd81
|
Add missing reference doc for filterwarnings mark
|
2018-03-22 13:02:30 -03:00 |
Ronny Pfannschmidt
|
d7d4afea17
|
Merge pull request #3330 from nicoddemus/remove-custom-flatten
Remove terminal.flatten function in favor of collapse from more_itertools
|
2018-03-22 14:22:47 +01:00 |
Bruno Oliveira
|
6c2739d1e6
|
Add CHANGELOG for #3330
|
2018-03-21 20:23:17 -03:00 |
Bruno Oliveira
|
4e717eb626
|
Remove `terminal.flatten` function in favor of collapse from more_itertools
|
2018-03-21 20:20:46 -03:00 |
Bruno Oliveira
|
beacecf29b
|
Preparing release version 3.5.0
|
2018-03-21 20:46:07 +00:00 |
Bruno Oliveira
|
b148770066
|
Fix example in usage.rst
|
2018-03-21 20:45:28 +00:00 |
Bruno Oliveira
|
f3c87a77a7
|
Merge remote-tracking branch 'upstream/master' into release-3.5.0
|
2018-03-21 20:39:44 +00:00 |
Bruno Oliveira
|
6f95189cf7
|
Merge pull request #3306 from nicoddemus/2405-scope-fixture-order
Instantiate fixtures by scope order in test function requests
|
2018-03-21 17:37:05 -03:00 |
Ronny Pfannschmidt
|
add5ce0fb8
|
Merge pull request #3230 from brianmaissy/features
deprecate pytest_plugins in non-top-level conftest
|
2018-03-21 07:44:34 +01:00 |
Bruno Oliveira
|
59e7fd478e
|
Sort fixtures by scope when determining fixture closure
Fix #2405
|
2018-03-20 20:10:53 -03:00 |
Bruno Oliveira
|
9e24b09a9f
|
Use re_match_lines in test_class_ordering
"[1-a]" works fine using fnmatch_lines, but "[a-1]" breaks horribly
inside `re`.
|
2018-03-20 20:10:52 -03:00 |
Bruno Oliveira
|
d03e38941b
|
Merge pull request #3295 from brianmaissy/feature/last-failed-no-failures-behavior
implemented --last-failed-no-failures
|
2018-03-20 19:17:25 -03:00 |
Bruno Oliveira
|
672239b149
|
Merge pull request #3321 from jeffreyrack/'test_from_base_fix'
3245: Fix tests to not fail when running from base directory
|
2018-03-20 18:45:56 -03:00 |
Jeffrey Rackauckas
|
9b449eee15
|
Add self to authors
|
2018-03-18 21:28:20 -07:00 |
Jeffrey Rackauckas
|
c1d73bb535
|
Modifying changelog to reflect new changes for 3245
|
2018-03-18 21:27:48 -07:00 |
Jeffrey Rackauckas
|
a4cf380343
|
Fix tests to not fail when running from root.
|
2018-03-18 21:23:39 -07:00 |
Ronny Pfannschmidt
|
f61d0525a5
|
Merge pull request #3318 from nicoddemus/merge-master-into-features
Merge master into features
|
2018-03-17 09:40:32 +01:00 |
Kale Kundert
|
86d6804e60
|
Merge pull request #3313 from tadeu/approx-array-scalar
Add support for `pytest.approx` comparisons between array and scalar
|
2018-03-16 23:29:46 -07:00 |
Bruno Oliveira
|
1fff81e21d
|
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
|
2018-03-16 18:15:28 -03: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 |
Tadeu Manoel
|
a754f00ae7
|
Improve `numpy.approx` array-scalar comparisons
So that `self.expected` in ApproxNumpy is always a numpy array.
|
2018-03-16 09:01:18 -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 |
Tadeu Manoel
|
42c84f4f30
|
Add fixes to `numpy.approx` array-scalar comparisons (from PR suggestions)
|
2018-03-15 13:41:58 -03:00 |
Bruno Oliveira
|
fbcf1a90c9
|
Merge pull request #3193 from pytest-dev/ref-docs
Reference docs
|
2018-03-15 12:04:34 -03:00 |