drgn/tests/test_docs.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
237 B
Python
Raw Normal View History

# Copyright (c) Meta Platforms, Inc. and affiliates.
# SPDX-License-Identifier: LGPL-2.1-or-later
import pydoc
import drgn
from tests import TestCase
class TestDocs(TestCase):
def test_render(self):
pydoc.render_doc(drgn)