summaryrefslogtreecommitdiff
path: root/slixmpp/test/__init__.py
blob: d73f2ebe9cc3ae97688d84899b7a4c305cda1bf3 (plain)
1
2
3
4
5
6
7
8

# 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 *