[Checkins] [zopefoundation/zope.testing] 14bea9: Make FakeModule instances behave like a real modul...

GitHub noreply at github.com
Thu May 2 22:46:28 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.testing
  Commit: 14bea90b408c42d42a3a25b283b0228de30f1fb1
      https://github.com/zopefoundation/zope.testing/commit/14bea90b408c42d42a3a25b283b0228de30f1fb1
  Author: Patrick Strawderman <patrick at kilink.net>
  Date:   2013-05-02 (Thu, 02 May 2013)

  Changed paths:
    M src/zope/testing/module.py
    M src/zope/testing/module.txt

  Log Message:
  -----------
  Make FakeModule instances behave like a real module when dir() is called on them


  Commit: 96315f9d7711b0b56bda82bafbd581f639dc2df3
      https://github.com/zopefoundation/zope.testing/commit/96315f9d7711b0b56bda82bafbd581f639dc2df3
  Author: Patrick Strawderman <patrick at kilink.net>
  Date:   2013-05-02 (Thu, 02 May 2013)

  Changed paths:
    M src/zope/testing/module.py

  Log Message:
  -----------
  Make the tests pass on versions of Python before 2.7.1

(http://bugs.python.org/issue12248)


  Commit: fa7649618a8d1ee5697e56f917f997bee39cc76a
      https://github.com/zopefoundation/zope.testing/commit/fa7649618a8d1ee5697e56f917f997bee39cc76a
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2013-05-02 (Thu, 02 May 2013)

  Changed paths:
    M src/zope/testing/module.py
    M src/zope/testing/module.txt

  Log Message:
  -----------
  Merge pull request #1 from zopefoundation/patrick-module-dir

Make dir() work as expected on zope.testing.module.FakeModule instances.


Compare: https://github.com/zopefoundation/zope.testing/compare/1d100738b750...fa7649618a8d


More information about the checkins mailing list