Allow for setting the doctest layer in the doctest package's __init__. If not
commit4cf56226a52d2f5e607b5d4d83e20ae24619a383
authorBarry Warsaw <barry@list.org>
Wed, 27 May 2009 15:44:10 +0000 (27 17:44 +0200)
committerBarry Warsaw <barry@list.org>
Wed, 27 May 2009 15:44:10 +0000 (27 17:44 +0200)
tree6ad22c2fa9b74f40bb5403a5e1357715afc861c4
parentcdd4885e9fe6eb074022421433d9be9abf3415b4
Allow for setting the doctest layer in the doctest package's __init__.  If not
given, then SMTPLayer is used by default.
src/mailman/rest/docs/__init__.py [new file with mode: 0644]
src/mailman/rest/docs/basic.txt
src/mailman/testing/layers.py
src/mailman/tests/test_documentation.py