summaryrefslogtreecommitdiff
path: root/bs4/tests/test_docs.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2021-09-12 20:59:43 -0400
committerLeonard Richardson <leonardr@segfault.org>2021-09-12 20:59:43 -0400
commit36a4d3f2c6b7ddb967d885ba36f850a668029d9e (patch)
tree3bc1bb253451cb7d5627bac8d414aa35f521280a /bs4/tests/test_docs.py
parenta4335b05b0d65d299469dcd8aa066094fc84dd8f (diff)
Ported unit tests to use pytest.
Diffstat (limited to 'bs4/tests/test_docs.py')
-rw-r--r--bs4/tests/test_docs.py2
1 files changed, 2 insertions, 0 deletions
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