Skip to content

Commit

Permalink
Tests for zpasswd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Oct 30, 2017
1 parent 22fb899 commit 26344b4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/zope/app/server/tests/test_zpasswd.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import unittest


class TestZpasswdDeprecation(unittest.TestCase):

def test(self):
from zope.app.server.zpasswd import Principal # noqa

0 comments on commit 26344b4

Please sign in to comment.