common/test/unittest_mail.py
changeset 1977 606923dff11b
parent 1802 d628defebc17
child 2773 b2530e3e0afb
child 3153 93ce84956679
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
     1 # -*- coding: utf-8 -*-
     1 # -*- coding: utf-8 -*-
     2 """unit tests for module cubicweb.common.mail"""
     2 """unit tests for module cubicweb.common.mail
       
     3 
       
     4 :organization: Logilab
       
     5 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
       
     6 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
     7 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
       
     8 """
     3 
     9 
     4 import os
    10 import os
     5 import pwd
    11 import pwd
     6 
    12 
     7 from logilab.common.testlib import unittest_main
    13 from logilab.common.testlib import unittest_main