Completed
Pull Request — devel (#72)
by Paolo
06:25
created

uid.tests   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 12
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 3
dl 0
loc 12
rs 10
c 0
b 0
f 0
1
#!/usr/bin/env python3
2
# -*- coding: utf-8 -*-
3
"""
4
Created on Wed Feb 14 10:33:34 2018
5
6
@author: Paolo Cozzi <[email protected]>
7
"""
8
9
from .mixins import DataSourceMixinTestCase, FileReaderMixinTestCase
10
11
__all__ = ["DataSourceMixinTestCase", "FileReaderMixinTestCase"]
12