Passed
Pull Request — master (#6)
by Jan
03:50
created

tests.constants   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 7
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 6
dl 0
loc 7
rs 10
c 0
b 0
f 0
wmc 0
1
from pathlib import Path
2
3
PATH_TO_ARF = Path(__file__).parent / "test_data/arf-report.xml"
4
PATH_TO_XCCDF = Path(__file__).parent / "test_data/xccdf-report.xml"
5
PATH_TO_EMPTY_XML_FILE = Path(__file__).parent / "test_data/empty.xml"
6
PATH_TO_EMPTY_FILE = Path(__file__).parent / "test_data/empty.txt"
7