package refactoring
- reorganize classes - make it run even when pysqlite2 is not installed - some tests to complete mailconnection_factory coverage darcs-hash:20060724214007-86b55-9b38308b8f645c2067c7b200f17532da62ec825c.gz
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
import os
|
||||
import unittest
|
||||
import dummy_server
|
||||
from jabber.storage import *
|
||||
from jabber import mailconnection
|
||||
from jabber.mailconnection import *
|
||||
from jmc.utils.storage import *
|
||||
from jmc.email.mailconnection import *
|
||||
import jmc.email.mailconnection as mailconnection
|
||||
|
||||
class Storage_TestCase(unittest.TestCase):
|
||||
def test_init(self):
|
||||
|
||||
Reference in New Issue
Block a user