From 4fd2cd073d7da6b4461cd9c5fb25a053b8412860 Mon Sep 17 00:00:00 2001 From: Sebastian Bank Date: Mon, 13 Dec 2021 14:53:04 +0100 Subject: [PATCH] flake8, improve description --- conftest.py | 2 +- run-tests.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/conftest.py b/conftest.py index 75dc8aa5c8..dd25953416 100644 --- a/conftest.py +++ b/conftest.py @@ -1,4 +1,4 @@ -"""pytest command line options and doctest namespace.""" +"""pytest command line options and doctest flag definition/setup.""" import doctest import unittest.mock diff --git a/run-tests.py b/run-tests.py index eb841d59b3..74b7ce679b 100755 --- a/run-tests.py +++ b/run-tests.py @@ -3,7 +3,6 @@ """Run the tests with https://pytest.org.""" -import doctest import pathlib import platform import sys