From 24ea97ba8faf3a0d64d2faf45f2aec8e2c7e2550 Mon Sep 17 00:00:00 2001 From: Lalit Narayan Mudgal <63332774+LalitNM@users.noreply.github.com> Date: Tue, 1 Dec 2020 01:47:17 +0530 Subject: [PATCH] Update setup.cfg Removed tests for documentations, also added only /tests folder for testing. --- setup.cfg | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index c1f9cc3..935814b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,10 +45,9 @@ docs = exohunter = data/* [tool:pytest] -testpaths = "exohunter" "docs" -doctest_plus = enabled -text_file_format = rst -addopts = --doctest-rst +addopts = -ra -q +testpaths = + tests [coverage:run] omit =