[Checkins] [zopefoundation/Acquisition] 242656: Convert more doctests into unittests.

GitHub noreply at github.com
Sun Sep 17 18:53:15 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/Acquisition
  Commit: 24265681a79852a717d5ac86157793bcf50dcea0
      https://github.com/zopefoundation/Acquisition/commit/24265681a79852a717d5ac86157793bcf50dcea0
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2017-09-17 (Sun, 17 Sep 2017)

  Changed paths:
    M src/Acquisition/tests.py

  Log Message:
  -----------
  Convert more doctests into unittests.

Also use `unittest.skipIf/Unless` to skip tests, so the test count
is the same in all test combinations.


  Commit: 41f192515f2e6a86febcc00c91a11580992ec3dd
      https://github.com/zopefoundation/Acquisition/commit/41f192515f2e6a86febcc00c91a11580992ec3dd
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2017-09-17 (Sun, 17 Sep 2017)

  Changed paths:
    M src/Acquisition/tests.py

  Log Message:
  -----------
  Use `unittest.defaultTestLoader.loadTestsFromName`.


  Commit: 39a02a8eab061862e9bdf3e40a90afcf50760201
      https://github.com/zopefoundation/Acquisition/commit/39a02a8eab061862e9bdf3e40a90afcf50760201
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2017-09-17 (Sun, 17 Sep 2017)

  Changed paths:
    M README.rst
    M src/Acquisition/tests.py

  Log Message:
  -----------
  Drive-by commit, make everything new-style classes.


  Commit: 98a5fe57c62c17c2eee71f641e501b9681e961f8
      https://github.com/zopefoundation/Acquisition/commit/98a5fe57c62c17c2eee71f641e501b9681e961f8
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2017-09-17 (Sun, 17 Sep 2017)

  Changed paths:
    M src/Acquisition/tests.py

  Log Message:
  -----------
  Avoid monkey-patching the gc module under PyPy.


  Commit: 6895aa293fb7f0cac4c31541303ccc0b5d81e28e
      https://github.com/zopefoundation/Acquisition/commit/6895aa293fb7f0cac4c31541303ccc0b5d81e28e
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2017-09-17 (Sun, 17 Sep 2017)

  Changed paths:
    M src/Acquisition/tests.py

  Log Message:
  -----------
  Convert even more doctests to unittests.


Compare: https://github.com/zopefoundation/Acquisition/compare/a4a7cee6212f...6895aa293fb7


More information about the checkins mailing list