diff options
author | Kali Kaneko <kali@leap.se> | 2015-07-09 12:03:22 -0400 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2015-07-13 11:55:31 -0400 |
commit | 2737ab3147ddb08ae024b7fd49c69153e01609c4 (patch) | |
tree | 328dbdc2fe171b584519dc17a97005203c60a424 /src/leap/mail | |
parent | e9cae5495b589ac6f6c347db156beac76a5413c6 (diff) |
[style] slightly more meaningful test module name
Diffstat (limited to 'src/leap/mail')
-rwxr-xr-x | src/leap/mail/imap/tests/regressions_mime_struct (renamed from src/leap/mail/imap/tests/regressions) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/leap/mail/imap/tests/regressions b/src/leap/mail/imap/tests/regressions_mime_struct index 475c893..1e0e870 100755 --- a/src/leap/mail/imap/tests/regressions +++ b/src/leap/mail/imap/tests/regressions_mime_struct @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# regressions +# regression_mime_struct # Copyright (C) 2014 LEAP # Copyright (c) Twisted Matrix Laboratories. # @@ -18,7 +18,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. """ -Simple Regression Tests using IMAP4 client. +Simple Regression Tests for checking MIME struct handling using IMAP4 client. Iterates trough all mails under a given folder and tries to APPEND them to the server being tested. After FETCHING the pushed message, it compares |