[Pytest-commit] [pytest-dev/pytest] cd07c4: Use unittest.mock if is only aviable

Bruno Oliveira nicoddemus at gmail.com
Thu Aug 23 18:02:41 EDT 2018


  Branch: refs/heads/master
  Home:   https://github.com/pytest-dev/pytest
  Commit: cd07c4d4ffad1c9a6fa1c1d8857e7aee1290ccf8
      https://github.com/pytest-dev/pytest/commit/cd07c4d4ffad1c9a6fa1c1d8857e7aee1290ccf8
  Author: Ondřej Súkup <mimi.vx at gmail.com>
  Date:   2018-08-22 (Wed, 22 Aug 2018)

  Changed paths:
    M testing/example_scripts/acceptance/fixture_mock_integration.py

  Log Message:
  -----------
  Use unittest.mock if is only aviable

from Python 3.3 is mock part of python standard library in unittest namespace


  Commit: d10d59c013d9575940750cd6c7eed44603bf7597
      https://github.com/pytest-dev/pytest/commit/d10d59c013d9575940750cd6c7eed44603bf7597
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2018-08-23 (Thu, 23 Aug 2018)

  Changed paths:
    M testing/example_scripts/acceptance/fixture_mock_integration.py

  Log Message:
  -----------
  Merge pull request #3858 from mimi1vx/test_mock

Use unittest.mock if is only aviable


Compare: https://github.com/pytest-dev/pytest/compare/d54aa8ce13c7...d10d59c013d9
      **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.


More information about the pytest-commit mailing list