drgn/tests/test_docs.py
Omar Sandoval a4b9d68a8c Use GPL-3.0-or-later license identifier instead of GPL-3.0+
Apparently the latter is deprecated and the former is preferred.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2021-04-03 01:10:35 -07:00

13 lines
233 B
Python

# Copyright (c) Facebook, Inc. and its affiliates.
# SPDX-License-Identifier: GPL-3.0-or-later
import pydoc
import unittest
import drgn
class TestDocs(unittest.TestCase):
def test_render(self):
pydoc.render_doc(drgn)