[Pytest-commit] [pytest-dev/pytest] d3ab1b: Add user documentation

Bruno Oliveira nicoddemus at gmail.com
Sun Jul 30 16:48:34 EDT 2017


  Branch: refs/heads/features
  Home:   https://github.com/pytest-dev/pytest
  Commit: d3ab1b9df4b8854b75c5fe88157aae2b5c572357
      https://github.com/pytest-dev/pytest/commit/d3ab1b9df4b8854b75c5fe88157aae2b5c572357
  Author: Maik Figura <maiksensi at gmail.com>
  Date:   2017-07-25 (Tue, 25 Jul 2017)

  Changed paths:
    M _pytest/python_api.py

  Log Message:
  -----------
  Add user documentation

The new doc section explains why we raise a `NotImplementedError`.


  Commit: f0936d42fbb13eb3db4ee4bdf35e981bb7da2a4c
      https://github.com/pytest-dev/pytest/commit/f0936d42fbb13eb3db4ee4bdf35e981bb7da2a4c
  Author: Maik Figura <maiksensi at gmail.com>
  Date:   2017-07-25 (Tue, 25 Jul 2017)

  Changed paths:
    M _pytest/python_api.py

  Log Message:
  -----------
  Fix linter errors


  Commit: 1851f36beba36a08eb6946a6a187bfc8a0ebcbd4
      https://github.com/pytest-dev/pytest/commit/1851f36beba36a08eb6946a6a187bfc8a0ebcbd4
  Author: Maik Figura <maiksensi at gmail.com>
  Date:   2017-07-25 (Tue, 25 Jul 2017)

  Changed paths:
    M AUTHORS
    A changelog/2003.feature

  Log Message:
  -----------
  Add PR requirements changelog and authors


  Commit: 57a232fc5a275f7a0ae813713afba436c658262a
      https://github.com/pytest-dev/pytest/commit/57a232fc5a275f7a0ae813713afba436c658262a
  Author: Maik Figura <maiksensi at gmail.com>
  Date:   2017-07-25 (Tue, 25 Jul 2017)

  Changed paths:
    M _pytest/python_api.py

  Log Message:
  -----------
  Remove out of scope change


  Commit: 80f4699572c0ccd304f30a9451d1728066b0db27
      https://github.com/pytest-dev/pytest/commit/80f4699572c0ccd304f30a9451d1728066b0db27
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-07-25 (Tue, 25 Jul 2017)

  Changed paths:
    M _pytest/python_api.py
    R changelog/2003.feature
    A changelog/2003.removal
    M testing/python/approx.py

  Log Message:
  -----------
  approx raises TypeError in Python 2 for comparison operators other than != and ==


  Commit: 763c580a2a578eeefe72f72206b09b6d01b69350
      https://github.com/pytest-dev/pytest/commit/763c580a2a578eeefe72f72206b09b6d01b69350
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-07-30 (Sun, 30 Jul 2017)

  Changed paths:
    M AUTHORS
    M _pytest/python_api.py
    A changelog/2003.removal
    M testing/python/approx.py

  Log Message:
  -----------
  Merge pull request #2576 from maiksensi/feat/raise-not-implemented-for-lt-gt-in-approx

#2003 Change behavior of `approx.py` to only support `__eq__` comparison


Compare: https://github.com/pytest-dev/pytest/compare/e1aed8cb1787...763c580a2a57


More information about the pytest-commit mailing list