summaryrefslogtreecommitdiffstats
path: root/bindings/test/python/test_api.py
AgeCommit message (Expand)AuthorFilesLines
2022-09-01Adopt REUSE machine-readable licensing standardDavid Robillard1-12/+1
2020-02-17Add __add__ magic method to Python Namespace classChristopher Arndt1-0/+3
2020-02-17Allow passing strings for URIs in Python API when unambiguousDavid Robillard1-1/+57
2020-02-17Update Python binding boilerplateDavid Robillard1-1/+1
2020-02-17Add positive Python test for get_port_by_designation()David Robillard1-0/+5
2020-02-17Support checking if Python objects with URIs are in a NodesDavid Robillard1-7/+6
2019-10-23Fix Python tests on Python2David Robillard1-5/+15
2019-10-23Skip instance test if numpy is missingDavid Robillard1-1/+5
2019-10-23Fix Python bindings on WindowsDavid Robillard1-2/+7
2019-10-21Don't depend on order in test expectationsDavid Robillard1-2/+2
2019-10-21Don't print UI URIs in unit testDavid Robillard1-2/+0
2019-10-21Make Python bindings more PythonicDavid Robillard1-2/+10
2019-10-21Clean up Python bindingsDavid Robillard1-4/+14
2019-10-21Fix memory errors and Python 3.4+ compatibility in Python bindingsDavid Robillard1-6/+4
2019-10-19Clean up Python test suiteDavid Robillard1-49/+154
2019-10-19Fix various issues with Python bindingsDavid Robillard1-4/+2
2016-09-05Add new hand-crafted Python bindingsDavid Robillard1-52/+258
2013-12-19Add support for running plugins from Python by Kaspar Emanuel (fix #939 and #...David Robillard1-0/+84