Bruno Oliveira
|
a5c0fb7f6b
|
Rename recursive_map -> _recursive_list_map as requested in review
|
2018-08-01 15:17:58 -03:00 |
Bruno Oliveira
|
43664d7841
|
Use ids for parametrized values in test_expected_value_type_error
|
2018-08-01 07:34:08 -03:00 |
Bruno Oliveira
|
2a2f888909
|
Move recursive_map from local to free function
|
2018-08-01 07:30:40 -03:00 |
Bruno Oliveira
|
ad5ddaf55a
|
Simplify is_numpy_array as suggested in review
|
2018-08-01 07:28:39 -03:00 |
Bruno Oliveira
|
5003bae0de
|
Fix 'at' string for non-numeric messages in approx()
|
2018-08-01 07:07:37 -03:00 |
Bruno Oliveira
|
6e32a1f73d
|
Use parametrize in repr test for nd arrays
|
2018-08-01 07:04:25 -03:00 |
Bruno Oliveira
|
611d254ed5
|
Improve error checking messages: add position and use pprint
|
2018-08-01 07:01:00 -03:00 |
Bruno Oliveira
|
098dca3a9f
|
Use {!r} for a few other messages as well
|
2018-07-31 21:14:51 -03:00 |
Bruno Oliveira
|
8e2ed76227
|
Create appropriate CHANGELOG entries
|
2018-07-31 21:11:26 -03:00 |
Bruno Oliveira
|
bf7c188cc0
|
Improve error message for invalid types passed to pytest.approx()
* Hide the internal traceback
* Use !r representation instead of !s (the default for {} formatting)
|
2018-07-31 21:08:24 -03:00 |
Kale Kundert
|
327fe4cfcc
|
Update the changelog.
|
2018-07-31 11:40:02 -07:00 |
Kale Kundert
|
d02491931a
|
Fix the unused import.
|
2018-07-31 11:33:46 -07:00 |
Kale Kundert
|
032db159c9
|
Let black reformat the code...
|
2018-07-31 11:23:23 -07:00 |
Kale Kundert
|
cd2085ee71
|
approx(): Detect type errors earlier.
|
2018-07-31 00:26:35 -07:00 |
Kale Kundert
|
ad305e71d7
|
Improve docstrings for Approx classes.
|
2018-07-30 23:26:57 -07:00 |
Kale Kundert
|
7d8688d54b
|
Reflect dimension in approx repr for numpy arrays.
|
2018-07-30 23:23:17 -07:00 |
Bruno Oliveira
|
253419316c
|
Merge pull request #3738 from nicoddemus/release-3.7.0
Release 3.7.0
|
2018-07-30 20:38:22 -03:00 |
Bruno Oliveira
|
997ef59306
|
Fix typos in CHANGELOG
|
2018-07-30 18:31:35 -03:00 |
Bruno Oliveira
|
60b1913ba2
|
Preparing release version 3.7.0
|
2018-07-30 20:14:42 +00:00 |
Bruno Oliveira
|
2c09930b6d
|
Use proper quotes for python 3.7 on travis.yml
|
2018-07-30 20:13:17 +00:00 |
Bruno Oliveira
|
d461e931dd
|
Use python 3.6 for regendoc
|
2018-07-30 20:12:52 +00:00 |
Bruno Oliveira
|
eada0b1fd7
|
Merge remote-tracking branch 'upstream/master' into release-3.7.0
|
2018-07-30 20:12:30 +00:00 |
Bruno Oliveira
|
150535b6c1
|
Merge pull request #3696 from abrammer/approx_numpy_tolerance_bugfix
bugfix in ApproxNumpy initialisation, use keywords for arguments to fix
|
2018-07-30 17:09:18 -03:00 |
Ronny Pfannschmidt
|
f1ec02cdcd
|
Merge pull request #3733 from nicoddemus/py37
Test with Python 3.7 on Travis and AppVeyor
|
2018-07-30 20:02:03 +02:00 |
Ronny Pfannschmidt
|
9f5d73d44a
|
Merge pull request #3735 from nicoddemus/deprecate-pytest-namespace
Deprecate pytest namespace
|
2018-07-30 19:55:45 +02:00 |
Bruno Oliveira
|
8609f8d25a
|
Move warning definition to deprecated module
|
2018-07-30 14:25:29 -03:00 |
Bruno Oliveira
|
953a618102
|
Update CHANGELOG entry about pytest_namespace deprecation
|
2018-07-30 12:18:37 -03:00 |
Bruno Oliveira
|
cf6d8e7e53
|
Fix test and update warning in pytest_namespace docs
|
2018-07-30 12:16:42 -03:00 |
Bruno Oliveira
|
8af78f417f
|
Merge pull request #3732 from nicoddemus/merge-master-into-features
Merge master into features
|
2018-07-30 07:26:19 -03:00 |
abrammer
|
535fd1f311
|
may as well include inf test while we're at it
|
2018-07-29 23:12:04 -04:00 |
abrammer
|
762eaf443a
|
update changelog to include the addition of tests
|
2018-07-29 22:57:39 -04:00 |
abrammer
|
330640eb96
|
update tests to check tolerance args and expecing nan in numpy arrays
|
2018-07-29 22:47:38 -04:00 |
Bruno Oliveira
|
e3d412d1f4
|
Warn when implementations exist for pytest_namespace hook
This hook has been deprecated and will be removed in the future.
Fix #2639
|
2018-07-29 22:20:23 -03:00 |
Bruno Oliveira
|
6f9a12a8a3
|
Merge pull request #3486 from ammarnajjar/last-failed-no-failures_docs_correction
--last-failed-no-failures docs correction
|
2018-07-29 21:26:03 -03:00 |
Bruno Oliveira
|
0e47599572
|
Merge remote-tracking branch 'upstream/master' into merge-master-into-features
|
2018-07-29 21:15:51 -03:00 |
Bruno Oliveira
|
c480223e88
|
Test with Python 3.7 on Travis and AppVeyor
|
2018-07-29 21:14:38 -03:00 |
Bruno Oliveira
|
0b522d40a7
|
Merge pull request #3734 from nicoddemus/fix-docs
Fix reference to _Result in docs
|
2018-07-29 21:14:09 -03:00 |
Bruno Oliveira
|
d900a6c8bd
|
Merge pull request #3731 from asottile/pygrep_hooks
Use upstream rst-backticks hook
|
2018-07-29 20:52:28 -03:00 |
Bruno Oliveira
|
fe46fbb719
|
Fix reference to _Result in docs
|
2018-07-29 20:50:24 -03:00 |
Anthony Sottile
|
8d401cdb9d
|
Use upstream rst-backticks hook
|
2018-07-29 15:46:06 -07:00 |
Bruno Oliveira
|
3f3f6f1be4
|
Merge pull request #3729 from nicoddemus/fix-changelog-titles
Fix "Pytest" to "pytest" in the CHANGELOG
|
2018-07-29 19:42:24 -03:00 |
Bruno Oliveira
|
b6da5cc54c
|
Fix "Pytest" to "pytest" in the CHANGELOG
Now that we have fixed towncrier to render the proper title, seems fitting
to update the others
|
2018-07-28 12:57:18 -03:00 |
Bruno Oliveira
|
eaeeedc9c3
|
Merge pull request #3728 from nicoddemus/release-3.6.4
Release 3.6.4
|
2018-07-28 12:53:49 -03:00 |
Bruno Oliveira
|
317cd41215
|
Preparing release version 3.6.4
|
2018-07-28 12:59:04 +00:00 |
Bruno Oliveira
|
7f27512a48
|
Pin pluggy to <0.8
|
2018-07-28 09:46:35 -03:00 |
Kale Kundert
|
bf127a63b2
|
Need to iterate over the flattened array.
|
2018-07-27 11:24:42 -07:00 |
Bruno Oliveira
|
fe16f81da1
|
Merge pull request #3705 from nicoddemus/deprecate-call-fixture-func
Deprecate calling fixture functions directly
|
2018-07-27 15:09:09 -03:00 |
Bruno Oliveira
|
d0ba242c46
|
Implement change suggested by @kalekundert in PR
|
2018-07-27 15:07:20 -03:00 |
Bruno Oliveira
|
fe06be8590
|
Merge pull request #3723 from pytest-dev/nicoddemus-patch-1
Use "pytest" on the CHANGELOG
|
2018-07-27 10:23:11 -03:00 |
Bruno Oliveira
|
79b4ca92d8
|
Use "pytest" on the CHANGELOG
|
2018-07-27 09:21:18 -03:00 |