File: test_docstrings.py

package info (click to toggle)
sip6 6.15.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,608 kB
  • sloc: ansic: 192,441; python: 20,668; makefile: 25; cpp: 8
file content (7 lines) | stat: -rw-r--r-- 182 bytes parent folder | download
1
2
3
4
5
6
7
# SPDX-License-Identifier: BSD-2-Clause

# Copyright (c) 2025 Phil Thompson <phil@riverbankcomputing.com>


def test_module_docstrings(module):
    assert module.__doc__ == 'Module'