summaryrefslogtreecommitdiff
path: root/slixmpp/test/__init__.py
blob: 0244afe370c6c36ffcd2f3bd5a9fe0473849e5de (plain)
1
2
3
4
5
6
7
8
9
10
11
"""
    Slixmpp: The Slick XMPP Library
    Copyright (C) 2010 Nathanael C. Fritz, Lance J.T. Stout
    This file is part of Slixmpp.

    See the file LICENSE for copying permission.
"""

from slixmpp.test.mocksocket import TestSocket, TestTransport
from slixmpp.test.livesocket import TestLiveSocket
from slixmpp.test.slixtest import *