From 17fa67f46f7f3fbb80519c6e30faf1db2e8c86ed Mon Sep 17 00:00:00 2001 From: Kevin Nowaczyk Date: Fri, 17 Nov 2023 09:13:32 -0500 Subject: [PATCH] Improve testing --- pyproject.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd7b5d0..fda0b1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,14 @@ classifiers = [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] - +[project.optional-dependencies] +tests = [ + 'pytest', + 'pytest-cov', + 'coveralls', + 'pep8-naming', + 'flake8-annotations' +] [project.urls] "Homepage" = "https://github.com/Beakerboy/MS-OVBA-Compression" "Bug Tracker" = "https://github.com/Beakerboy/MS-OVBA-Compression/issues"