plugin.video.viervijfzes/tests/__init__.py
Dag Wieers fa90644f61
Move test/ to tests/ (#17)
This PR includes:
- Migrate test/ to tests/
- Remove codecov (use the organization's default)
2020-04-01 12:42:04 +02:00

9 lines
145 B
Python

# -*- coding: utf-8 -*-
""" Tests """
from __future__ import absolute_import, division, unicode_literals
import logging
logging.basicConfig()