tests   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 8
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 6
dl 0
loc 8
rs 10
c 0
b 0
f 0
wmc 0
1
import unittest  # noqa: D104
2
3
import pytest
4
5
__all__ = [
6
    "pytest",
7
    "unittest",
8
]
9