From fb42a66bf718098c382d6fb50f24f1c60a13f6e7 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Fri, 14 Dec 2018 11:56:01 -0800 Subject: Add some tests with pytest Can be run with `pytest` (if installed) or `python setup.py test` --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index cec715f..e621c32 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,8 @@ setup( "Programming Language :: Python :: 3", "Topic :: Utilities", ], - install_requires=["future", "mwclient", "requests", "tqdm"], + install_requires=["future", "mwclient", "pytest-runner", "requests", "tqdm"], + tests_require=["pytest"], project_urls={ "Bug Reports": "https://github.com/clpo13/python-wikiget/issues", }, -- cgit v1.2.3