[Checkins] [zopefoundation/grokcore.component] 2c5000: Add a test for the exclude feature.

GitHub noreply at github.com
Tue Feb 16 09:34:43 CET 2016


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/grokcore.component
  Commit: 2c500019deb48d2b1d44216f29cd62203268ae38
      https://github.com/zopefoundation/grokcore.component/commit/2c500019deb48d2b1d44216f29cd62203268ae38
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-02-14 (Sun, 14 Feb 2016)

  Changed paths:
    M src/grokcore/component/tests/test_grok.py
    A src/grokcore/component/tests/zcml/__init__.py
    A src/grokcore/component/tests/zcml/exclude.py
    A src/grokcore/component/tests/zcml/excludepkg/__init__.py
    A src/grokcore/component/tests/zcml/excludepkg/sample.py

  Log Message:
  -----------
  Add a test for the exclude feature.


  Commit: 50d87a67b5d51975a10652424e88065d596ad4fe
      https://github.com/zopefoundation/grokcore.component/commit/50d87a67b5d51975a10652424e88065d596ad4fe
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-02-14 (Sun, 14 Feb 2016)

  Changed paths:
    M CHANGES.rst
    M README.rst
    A src/grokcore/component/tests/zcml/excludemany.py
    A src/grokcore/component/tests/zcml/excludemanypkg/__init__.py
    A src/grokcore/component/tests/zcml/excludemanypkg/file_1.py
    A src/grokcore/component/tests/zcml/excludemanypkg/test_asdf.py
    M src/grokcore/component/zcml.py

  Log Message:
  -----------
  Add ability to exclude more than one module or package using ``<grok:grok exclude="<names>" />`` and allow to use unix shell-style wildcards within.


  Commit: f798650a2a740a9a678d72d7e612090a26e2a03c
      https://github.com/zopefoundation/grokcore.component/commit/f798650a2a740a9a678d72d7e612090a26e2a03c
  Author: Sylvain Viollon <thefunny at gmail.com>
  Date:   2016-02-16 (Tue, 16 Feb 2016)

  Changed paths:
    M CHANGES.rst
    M README.rst
    M src/grokcore/component/tests/test_grok.py
    A src/grokcore/component/tests/zcml/__init__.py
    A src/grokcore/component/tests/zcml/exclude.py
    A src/grokcore/component/tests/zcml/excludemany.py
    A src/grokcore/component/tests/zcml/excludemanypkg/__init__.py
    A src/grokcore/component/tests/zcml/excludemanypkg/file_1.py
    A src/grokcore/component/tests/zcml/excludemanypkg/test_asdf.py
    A src/grokcore/component/tests/zcml/excludepkg/__init__.py
    A src/grokcore/component/tests/zcml/excludepkg/sample.py
    M src/grokcore/component/zcml.py

  Log Message:
  -----------
  Merge pull request #5 from icemac/exclude-multiple

That's is a nice feature!


Compare: https://github.com/zopefoundation/grokcore.component/compare/dc825a9f474f...f798650a2a74


More information about the checkins mailing list