# SPDX-License-Identifier: AGPL-3.0-or-later """ Common parts for all I2P tests. """ from pathlib import Path DATA_DIR = Path(__file__).parent / 'data'