drgn/tests/test_docs.py
Omar Sandoval c0d8709b45 Update copyright headers to Meta
Signed-off-by: Omar Sandoval <osandov@osandov.com>
2021-11-21 15:59:44 -08:00

13 lines
235 B
Python

# Copyright (c) Meta Platforms, Inc. and 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)