Skip to content

Commit 209876d

Browse files
committed
test: unittests of Feature Maximization Metric
1 parent 44554c3 commit 209876d

2 files changed

Lines changed: 1809 additions & 0 deletions

File tree

tests/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"""Tests suite for `r_wnlp.features_maximization`."""
2+
3+
from pathlib import Path
4+
5+
TESTS_DIR = Path(__file__).parent
6+
TMP_DIR = TESTS_DIR / "tmp"
7+
FIXTURES_DIR = TESTS_DIR / "fixtures"

0 commit comments

Comments
 (0)