summaryrefslogtreecommitdiff
path: root/src/leap/mx/tests/__init__.py
blob: 0416769fd4e505bb00bb7079ca7c23a11ec146d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#-*- encoding: utf-8 -*-
"""
leap/mx/tests/__init__.py
-------------------------
Module intialization file for leap.mx.tests, a module containing unittesting
code, using twisted.trial, for testing leap_mx.

@authors: Isis Agora Lovecruft, <isis@leap.se> 0x2cdb8b35
@license: AGPLv3, see included LICENSE file
@copyright: © 2013 Isis Lovecruft, see COPYLEFT file
"""

__all__ = ['test_alias_resolver']

def run():
    """xxx fill me in"""
    pass