Skip to content

Commit

Permalink
Remove unused internal files from tests/
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Sep 11, 2017
1 parent b64b5d3 commit e2d292a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 162 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Changes
- Fix watching checkers (``ZOPE_WATCH_CHECKERS=1``) in pure-Python
mode. See `issue 8 <https://github.com/zopefoundation/zope.security/issues/8>`_.

- Remove unused internal files from ``tests/``.

4.1.1 (2017-05-17)
------------------

Expand Down
66 changes: 0 additions & 66 deletions src/zope/security/tests/adapter.py

This file was deleted.

43 changes: 0 additions & 43 deletions src/zope/security/tests/components.py

This file was deleted.

18 changes: 0 additions & 18 deletions src/zope/security/tests/emptymodule.py

This file was deleted.

10 changes: 5 additions & 5 deletions src/zope/security/tests/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@

class I(Interface):
def m1():
pass
"m1"
def m2():
pass
"m2"

class I2(I):
def m4():
pass
"m4"

class I3(Interface):
def m3():
pass
"m3"

class I4(Interface):
def m2():
pass
"m2"


class S(Interface):
Expand Down
30 changes: 0 additions & 30 deletions src/zope/security/tests/modulehookup.py

This file was deleted.

0 comments on commit e2d292a

Please sign in to comment.