diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-04-22 16:43:11 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-04-25 13:19:02 +0200 |
commit | 4d8810538798aa815a459f298349a03fc6b3ea3f (patch) | |
tree | 913f7eb355cde988c621b16928349e3623fb19f1 /src/test/__init__.py | |
parent | bfd6005d0e1481e8a4df1f06c74e70a558199b71 (diff) | |
download | haketilo-hydrilla-4d8810538798aa815a459f298349a03fc6b3ea3f.tar.gz haketilo-hydrilla-4d8810538798aa815a459f298349a03fc6b3ea3f.zip |
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)
Diffstat (limited to 'src/test/__init__.py')
-rw-r--r-- | src/test/__init__.py | 5 |
1 files changed, 0 insertions, 5 deletions
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 <koszko@koszko.org> -# -# Available under the terms of Creative Commons Zero v1.0 Universal. |