mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-10 04:02:17 +00:00
13 lines
371 B
Python
13 lines
371 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_manager_folder import FolderManagerTestCase
|
|
from .test_manager_user import UserManagerTestCase
|
|
from .test_api import ApiTestCase
|
|
from .test_frontend import FrontendTestCase
|