Completed
Push — master ( 3c108b...266306 )
by Oleksandr
03:35
created

tests.constants   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 9
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 5
dl 0
loc 9
rs 10
c 0
b 0
f 0
1
from pathlib import Path
0 ignored issues
show
introduced by
Missing module docstring
Loading history...
2
3
4
__here__ = Path(__file__).absolute().parent
5
6
7
LOCALE_DOMAIN   = "tests"
0 ignored issues
show
Coding Style introduced by
Exactly one space required before assignment
Loading history...
8
LOCALE_DIR_PATH = __here__ / "locale"
9