summaryrefslogtreecommitdiff
path: root/tests/test_docstring.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-2/+0
* tests: Make it possible to use pytest directlywip/creiter/pytest-directChristoph Reiter2018-02-121-0/+2
* tests: Don't skip Regress tests when cairo is missingChristoph Reiter2017-04-021-7/+3
* Skip a test with older glibChristoph Reiter2016-06-071-0/+4
* docs: Skip "Constructors" header for anonymous structsSimon Feltman2014-09-011-1/+2
* docs: Fix error when using may_return_null()Simon Feltman2014-09-011-0/+4
* docs: Fix function doc string generator return typesSimon Feltman2014-08-291-2/+6
* Don't mask GObject sub-class doc strings in meta-classTobias Mueller2014-08-161-2/+0
* tests: Add failing tests for GObject sub-class doc-stringsPiotr Iwaniuk2014-08-161-0/+39
* docs: Fix array length argument skipping with preceding out argumentsSimon Feltman2014-01-071-22/+15
* docs: Skip display of default constructor for disguised structsSimon Feltman2014-01-011-2/+16
* docs: List constructors in object and struct doc stringsSimon Feltman2014-01-011-0/+8
* docs: Add return values and skip implicit out arguments in functionsSimon Feltman2013-12-311-0/+6
* docs: Move GIArgInfo.get_pytype_hint into gi.docstringSimon Feltman2013-12-311-3/+5
* docs: Skip implicit array length args when building function doc stringsSimon Feltman2013-12-311-0/+4
* docs: Add a keyword value of None for allow-none annotationsSimon Feltman2013-10-191-0/+10
* Add callable and descriptor protocols to PyGICallableInfoSimon Feltman2013-07-261-3/+3
* Move doc string generator into separate moduleSimon Feltman2013-07-251-0/+49