From 22ad668699bf01fd69fd9ac4e1fb2f5c4679346c Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Wed, 23 Apr 2014 17:43:38 -0400 Subject: [PATCH] rename test modules to not conflict with global package names (e.g. dns) --- tests/{dns.py => test_dns.py} | 0 tests/{mail.py => test_mail.py} | 0 tests/{smtp_server.py => test_smtp_server.py} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename tests/{dns.py => test_dns.py} (100%) rename tests/{mail.py => test_mail.py} (100%) rename tests/{smtp_server.py => test_smtp_server.py} (100%) diff --git a/tests/dns.py b/tests/test_dns.py similarity index 100% rename from tests/dns.py rename to tests/test_dns.py diff --git a/tests/mail.py b/tests/test_mail.py similarity index 100% rename from tests/mail.py rename to tests/test_mail.py diff --git a/tests/smtp_server.py b/tests/test_smtp_server.py similarity index 100% rename from tests/smtp_server.py rename to tests/test_smtp_server.py