From 4d8810538798aa815a459f298349a03fc6b3ea3f Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 22 Apr 2022 16:43:11 +0200 Subject: use pyproject.toml for pytest configuration and move all tests to tests/ directory this commit also fixes inclusion of sample source package's REUSE data in source dist (needed for automated tests) --- src/test/__init__.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/test/__init__.py (limited to 'src/test/__init__.py') diff --git a/src/test/__init__.py b/src/test/__init__.py deleted file mode 100644 index d382ead..0000000 --- a/src/test/__init__.py +++ /dev/null @@ -1,5 +0,0 @@ -# SPDX-License-Identifier: CC0-1.0 - -# Copyright (C) 2022 Wojtek Kosior -# -# Available under the terms of Creative Commons Zero v1.0 Universal. -- cgit v1.2.3