1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-20 03:11:04 +00:00
supysonic/tests/__init__.py
2017-07-14 15:23:44 +02:00

21 lines
547 B
Python

#! /usr/bin/env python
# -*- coding: utf-8 -*-
# vim:fenc=utf-8
#
# Copyright © 2017 Óscar García Amor <ogarcia@connectical.com>
#
# Distributed under terms of the GNU GPLv3 license.
from .test_api_user import ApiUserTestCase
#from .test_folder_manager import FolderManagerTestCase
#from .test_user_manager import UserManagerTestCase
#import unittest
#def suite():
# suite = unittest.TestSuite()
# suite.addTest(ApiUserTestCase())
#suite.addTest(FolderManagerTestCase())
#suite.addTest(UserManagerTestCase())
# return suite