From 36a4d3f2c6b7ddb967d885ba36f850a668029d9e Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Sun, 12 Sep 2021 20:59:43 -0400 Subject: Ported unit tests to use pytest. --- bs4/tests/test_docs.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bs4/tests/test_docs.py') diff --git a/bs4/tests/test_docs.py b/bs4/tests/test_docs.py index 5b9f677..0194d69 100644 --- a/bs4/tests/test_docs.py +++ b/bs4/tests/test_docs.py @@ -1,5 +1,7 @@ "Test harness for doctests." +# TODO: Pretty sure this isn't used and should be deleted. + # pylint: disable-msg=E0611,W0142 __metaclass__ = type -- cgit v1.2.3