Skip to content

Commit

Permalink
Add a test for martian.ignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
thefunny42 committed May 9, 2018
1 parent 09744b8 commit 283f1da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/grokcore/component/tests/adapter/adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ class IFireplace(interface.Interface):
@grok.implementer(IFireplace, IHome)
class Fireplace(grok.Adapter):
grok.provides(IFireplace)


SweetHome = Home
grok.ignore('SweetHome')

0 comments on commit 283f1da

Please sign in to comment.