Branch: refs/heads/features
  Home:   https://github.com/pytest-dev/pytest
  Commit: 9769bc05c626dd0401e691c2c9c68f774fb990c3
      
https://github.com/pytest-dev/pytest/commit/9769bc05c626dd0401e691c2c9c68f774fb990c3
  Author: Aly Sivji <[email protected]>
  Date:   2018-11-12 (Mon, 12 Nov 2018)

  Changed paths:
    M .gitignore
    M src/_pytest/assertion/util.py

  Log Message:
  -----------
  moving plugin inside pytest first pass


  Commit: d42f1e87c3c4b55ef5faa1a11a4f3083860c864d
      
https://github.com/pytest-dev/pytest/commit/d42f1e87c3c4b55ef5faa1a11a4f3083860c864d
  Author: Aly Sivji <[email protected]>
  Date:   2018-11-12 (Mon, 12 Nov 2018)

  Changed paths:
    M src/_pytest/assertion/util.py
    M testing/test_assertion.py

  Log Message:
  -----------
  Add tests for attrs and dataclasses


  Commit: a0ba881c2202b4b7d49505fb5d53088ea387db30
      
https://github.com/pytest-dev/pytest/commit/a0ba881c2202b4b7d49505fb5d53088ea387db30
  Author: Aly Sivji <[email protected]>
  Date:   2018-11-12 (Mon, 12 Nov 2018)

  Changed paths:
    M AUTHORS
    A changelog/3632.feature.rst

  Log Message:
  -----------
  Add change to log; name to AUTHORS


  Commit: 1184db827373822863fe936b3027b225cb77ed02
      
https://github.com/pytest-dev/pytest/commit/1184db827373822863fe936b3027b225cb77ed02
  Author: Aly Sivji <[email protected]>
  Date:   2018-11-12 (Mon, 12 Nov 2018)

  Changed paths:
    M changelog/3632.feature.rst
    M testing/test_assertion.py

  Log Message:
  -----------
  cleaning up


  Commit: 87b019d5f91f7fb74c8a80218b4d4cf1647e61e5
      
https://github.com/pytest-dev/pytest/commit/87b019d5f91f7fb74c8a80218b4d4cf1647e61e5
  Author: Aly Sivji <[email protected]>
  Date:   2018-11-12 (Mon, 12 Nov 2018)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  fix gitignore


  Commit: 1847cc74208a58efbfd1d8154e34b2bf18987b8c
      
https://github.com/pytest-dev/pytest/commit/1847cc74208a58efbfd1d8154e34b2bf18987b8c
  Author: Aly Sivji <[email protected]>
  Date:   2018-11-12 (Mon, 12 Nov 2018)

  Changed paths:
    M changelog/3632.feature.rst
    M doc/en/example/assertion/failure_demo.py
    M doc/en/example/assertion/test_failures.py
    M src/_pytest/assertion/util.py
    M testing/test_assertion.py

  Log Message:
  -----------
  adding docs and cleaning up


  Commit: a3e388a73a4ef6b712c442c4147633322790b80d
      
https://github.com/pytest-dev/pytest/commit/a3e388a73a4ef6b712c442c4147633322790b80d
  Author: Aly Sivji <[email protected]>
  Date:   2018-11-12 (Mon, 12 Nov 2018)

  Changed paths:
    M changelog/3632.feature.rst
    M src/_pytest/assertion/util.py

  Log Message:
  -----------
  Improve changelog


  Commit: 025d160dfc0ce87482606b27762c47d47e4a2d5a
      
https://github.com/pytest-dev/pytest/commit/025d160dfc0ce87482606b27762c47d47e4a2d5a
  Author: Aly Sivji <[email protected]>
  Date:   2018-11-12 (Mon, 12 Nov 2018)

  Changed paths:
    M changelog/3632.feature.rst
    M testing/test_assertion.py

  Log Message:
  -----------
  Update tests to pass in py27


  Commit: e1e81e315e41fd4674b9e10c2bd4074734d3692b
      
https://github.com/pytest-dev/pytest/commit/e1e81e315e41fd4674b9e10c2bd4074734d3692b
  Author: Aly Sivji <[email protected]>
  Date:   2018-11-12 (Mon, 12 Nov 2018)

  Changed paths:
    M src/_pytest/assertion/util.py

  Log Message:
  -----------
  code review 1/n -- change hasattr to getattr


  Commit: a663f60b054fa791c1cb9729b68dbddedfdff26f
      
https://github.com/pytest-dev/pytest/commit/a663f60b054fa791c1cb9729b68dbddedfdff26f
  Author: Aly Sivji <[email protected]>
  Date:   2018-11-12 (Mon, 12 Nov 2018)

  Changed paths:
    M src/_pytest/assertion/util.py

  Log Message:
  -----------
  cr 2/n -- refactor compare eq class


  Commit: 4e99c80425024dfcf733e060c5ce9c53ff49c475
      
https://github.com/pytest-dev/pytest/commit/4e99c80425024dfcf733e060c5ce9c53ff49c475
  Author: Aly Sivji <[email protected]>
  Date:   2018-11-12 (Mon, 12 Nov 2018)

  Changed paths:
    M src/_pytest/assertion/util.py
    M testing/test_assertion.py

  Log Message:
  -----------
  have tests pass in python37; move to separate file


  Commit: 2bffd6829eb38a44f9e7523d044dad7339830691
      
https://github.com/pytest-dev/pytest/commit/2bffd6829eb38a44f9e7523d044dad7339830691
  Author: Aly Sivji <[email protected]>
  Date:   2018-11-12 (Mon, 12 Nov 2018)

  Changed paths:
    A testing/example_scripts/dataclasses/test_compare_dataclasses.py
    A 
testing/example_scripts/dataclasses/test_compare_dataclasses_field_comparison_off.py
    A testing/example_scripts/dataclasses/test_compare_dataclasses_verbose.py
    A 
testing/example_scripts/dataclasses/test_compare_two_different_dataclasses.py
    M testing/test_assertion.py

  Log Message:
  -----------
  Move dataclass tests for 3.7 to separate file


  Commit: b83e97802e91ff74c6a437bb076de65bf2423fa1
      
https://github.com/pytest-dev/pytest/commit/b83e97802e91ff74c6a437bb076de65bf2423fa1
  Author: Aly Sivji <[email protected]>
  Date:   2018-11-13 (Tue, 13 Nov 2018)

  Changed paths:
    M src/_pytest/assertion/util.py
    M testing/test_assertion.py

  Log Message:
  -----------
  improve failure output


  Commit: d52ea4b6cf1b7a552d52a78acfd3b3b7f642bcc6
      
https://github.com/pytest-dev/pytest/commit/d52ea4b6cf1b7a552d52a78acfd3b3b7f642bcc6
  Author: Bruno Oliveira <[email protected]>
  Date:   2018-11-19 (Mon, 19 Nov 2018)

  Changed paths:
    M tox.ini

  Log Message:
  -----------
  Use python 3 in 'doctesting' environment

We some examples now use type annotations


  Commit: f987b368e8dbe1775eb23301ce71d462923db9ed
      
https://github.com/pytest-dev/pytest/commit/f987b368e8dbe1775eb23301ce71d462923db9ed
  Author: Bruno Oliveira <[email protected]>
  Date:   2018-11-22 (Thu, 22 Nov 2018)

  Changed paths:
    M .gitignore
    M AUTHORS
    A changelog/3632.feature.rst
    M doc/en/example/assertion/failure_demo.py
    M doc/en/example/assertion/test_failures.py
    M src/_pytest/assertion/util.py
    A testing/example_scripts/dataclasses/test_compare_dataclasses.py
    A 
testing/example_scripts/dataclasses/test_compare_dataclasses_field_comparison_off.py
    A testing/example_scripts/dataclasses/test_compare_dataclasses_verbose.py
    A 
testing/example_scripts/dataclasses/test_compare_two_different_dataclasses.py
    M testing/test_assertion.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #3776 from alysivji/attrs-n-dataclasses

Detailed assert failure introspection for attrs and dataclasses objects


Compare: 
https://github.com/pytest-dev/pytest/compare/d894bf45357e...f987b368e8db
      **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
[email protected]
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to