Branch: refs/heads/master Home: https://github.com/pytest-dev/pytest Commit: 7d8688d54b48daba9ec0bfdbaec8c054060c90dd https://github.com/pytest-dev/pytest/commit/7d8688d54b48daba9ec0bfdbaec8c054060c90dd Author: Kale Kundert <k...@thekunderts.net> Date: 2018-07-30 (Mon, 30 Jul 2018)
Changed paths: M src/_pytest/python_api.py M testing/python/approx.py Log Message: ----------- Reflect dimension in approx repr for numpy arrays. Commit: ad305e71d7df867c49d074c8fab00fa9f51024a1 https://github.com/pytest-dev/pytest/commit/ad305e71d7df867c49d074c8fab00fa9f51024a1 Author: Kale Kundert <k...@thekunderts.net> Date: 2018-07-30 (Mon, 30 Jul 2018) Changed paths: M src/_pytest/python_api.py Log Message: ----------- Improve docstrings for Approx classes. Commit: cd2085ee718fb297537638bb33a70fc781ea450f https://github.com/pytest-dev/pytest/commit/cd2085ee718fb297537638bb33a70fc781ea450f Author: Kale Kundert <k...@thekunderts.net> Date: 2018-07-31 (Tue, 31 Jul 2018) Changed paths: M src/_pytest/python_api.py M testing/python/approx.py Log Message: ----------- approx(): Detect type errors earlier. Commit: 032db159c997e10cd8750fa817944d42fb108323 https://github.com/pytest-dev/pytest/commit/032db159c997e10cd8750fa817944d42fb108323 Author: Kale Kundert <k...@thekunderts.net> Date: 2018-07-31 (Tue, 31 Jul 2018) Changed paths: M src/_pytest/python_api.py M testing/python/approx.py Log Message: ----------- Let black reformat the code... Commit: d02491931ac4eee6d93d8853881c321619c460c3 https://github.com/pytest-dev/pytest/commit/d02491931ac4eee6d93d8853881c321619c460c3 Author: Kale Kundert <k...@thekunderts.net> Date: 2018-07-31 (Tue, 31 Jul 2018) Changed paths: M src/_pytest/python_api.py Log Message: ----------- Fix the unused import. Commit: 327fe4cfcc366f7b2e7fb8f2f90749ecc6edd785 https://github.com/pytest-dev/pytest/commit/327fe4cfcc366f7b2e7fb8f2f90749ecc6edd785 Author: Kale Kundert <k...@thekunderts.net> Date: 2018-07-31 (Tue, 31 Jul 2018) Changed paths: M CHANGELOG.rst Log Message: ----------- Update the changelog. Commit: bf7c188cc0eeb14963d2006f705cdede126400cb https://github.com/pytest-dev/pytest/commit/bf7c188cc0eeb14963d2006f705cdede126400cb Author: Bruno Oliveira <nicodde...@gmail.com> Date: 2018-07-31 (Tue, 31 Jul 2018) Changed paths: M src/_pytest/python_api.py Log Message: ----------- Improve error message for invalid types passed to pytest.approx() * Hide the internal traceback * Use !r representation instead of !s (the default for {} formatting) Commit: 8e2ed7622742fcf5ab1857284ec823cbf8a88b22 https://github.com/pytest-dev/pytest/commit/8e2ed7622742fcf5ab1857284ec823cbf8a88b22 Author: Bruno Oliveira <nicodde...@gmail.com> Date: 2018-07-31 (Tue, 31 Jul 2018) Changed paths: M CHANGELOG.rst A changelog/3473.bugfix.rst A changelog/3712.bugfix.rst Log Message: ----------- Create appropriate CHANGELOG entries Commit: 098dca3a9fda8dd6ed999e5e38d36877191690b5 https://github.com/pytest-dev/pytest/commit/098dca3a9fda8dd6ed999e5e38d36877191690b5 Author: Bruno Oliveira <nicodde...@gmail.com> Date: 2018-07-31 (Tue, 31 Jul 2018) Changed paths: M src/_pytest/python_api.py Log Message: ----------- Use {!r} for a few other messages as well Commit: 611d254ed5725a098b308e7c18b58e7e670a3529 https://github.com/pytest-dev/pytest/commit/611d254ed5725a098b308e7c18b58e7e670a3529 Author: Bruno Oliveira <nicodde...@gmail.com> Date: 2018-08-01 (Wed, 01 Aug 2018) Changed paths: M src/_pytest/python_api.py Log Message: ----------- Improve error checking messages: add position and use pprint Commit: 6e32a1f73d91c6040960a6e84841cdcffb0393e5 https://github.com/pytest-dev/pytest/commit/6e32a1f73d91c6040960a6e84841cdcffb0393e5 Author: Bruno Oliveira <nicodde...@gmail.com> Date: 2018-08-01 (Wed, 01 Aug 2018) Changed paths: M testing/python/approx.py Log Message: ----------- Use parametrize in repr test for nd arrays Commit: 5003bae0de4e1dc3ded16950c24c2aad275c78a4 https://github.com/pytest-dev/pytest/commit/5003bae0de4e1dc3ded16950c24c2aad275c78a4 Author: Bruno Oliveira <nicodde...@gmail.com> Date: 2018-08-01 (Wed, 01 Aug 2018) Changed paths: M src/_pytest/python_api.py Log Message: ----------- Fix 'at' string for non-numeric messages in approx() Commit: ad5ddaf55a71ebf640043d34c79cf3672c86be5c https://github.com/pytest-dev/pytest/commit/ad5ddaf55a71ebf640043d34c79cf3672c86be5c Author: Bruno Oliveira <nicodde...@gmail.com> Date: 2018-08-01 (Wed, 01 Aug 2018) Changed paths: M src/_pytest/python_api.py Log Message: ----------- Simplify is_numpy_array as suggested in review Commit: 2a2f888909e31f4fc9d26593a4addffd75469dd0 https://github.com/pytest-dev/pytest/commit/2a2f888909e31f4fc9d26593a4addffd75469dd0 Author: Bruno Oliveira <nicodde...@gmail.com> Date: 2018-08-01 (Wed, 01 Aug 2018) Changed paths: M src/_pytest/python_api.py Log Message: ----------- Move recursive_map from local to free function Commit: 43664d784167011fabd5fb13398084504a6c4016 https://github.com/pytest-dev/pytest/commit/43664d784167011fabd5fb13398084504a6c4016 Author: Bruno Oliveira <nicodde...@gmail.com> Date: 2018-08-01 (Wed, 01 Aug 2018) Changed paths: M testing/python/approx.py Log Message: ----------- Use ids for parametrized values in test_expected_value_type_error Commit: a5c0fb7f6b8d6213111c70d07ace773e6e794614 https://github.com/pytest-dev/pytest/commit/a5c0fb7f6b8d6213111c70d07ace773e6e794614 Author: Bruno Oliveira <nicodde...@gmail.com> Date: 2018-08-01 (Wed, 01 Aug 2018) Changed paths: M src/_pytest/python_api.py Log Message: ----------- Rename recursive_map -> _recursive_list_map as requested in review Commit: 804fc4063aab3b82055c8341327b519300072d0a https://github.com/pytest-dev/pytest/commit/804fc4063aab3b82055c8341327b519300072d0a Author: Bruno Oliveira <nicodde...@gmail.com> Date: 2018-08-01 (Wed, 01 Aug 2018) Changed paths: A changelog/3473.bugfix.rst A changelog/3712.bugfix.rst M src/_pytest/python_api.py M testing/python/approx.py Log Message: ----------- Merge pull request #3741 from kalekundert/approx_misc_tweaks Miscellaneous improvements to approx() Compare: https://github.com/pytest-dev/pytest/compare/f25683354e95...804fc4063aab **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.
_______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit