cryptonas/src/cryptobox/tests/__init__.py
lars bd4ece2004 improved base test classes
added useful tools for testing
unified test environment
added description of test environment
2007-01-08 05:08:07 +00:00

9 lines
171 B
Python

"""Some unittests for the CryptoBox.
"""
__revision__ = "$Id"
__all__ = [ 'test.cryptobox', 'test.cryptoboxtools', 'test.plugins', 'test.websites',
'base', 'tools' ]