summaryrefslogtreecommitdiff
path: root/patchwork/tests/__init__.py
blob: 8f78ea79db34aefc88be3d2d99c4dd5062c384d3 (plain)
1
2
3
4
5
6
7
8
9
10
# Patchwork - automated patch tracking system
# Copyright (C) 2016 Stephen Finucane <stephen@that.guru>
#
# SPDX-License-Identifier: GPL-2.0-or-later

import os

TEST_MAIL_DIR = os.path.join(os.path.dirname(__file__), 'mail')
TEST_PATCH_DIR = os.path.join(os.path.dirname(__file__), 'patches')
TEST_FUZZ_DIR = os.path.join(os.path.dirname(__file__), 'fuzztests')