summaryrefslogtreecommitdiff
path: root/tests/test_repository.py
Commit message (Expand)AuthorAgeFilesLines
* tests: fix tests with glib 2.76Christoph Reiter2023-03-241-2/+2
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-5/+1
* Merge branch 'wrap-struct-find' into 'master'Christoph Reiter2018-12-151-0/+7
|\
| * pygi-info: wrap g_struct_info_find_method() and g_struct_info_find_field()Christoph Reiter2018-12-121-0/+7
* | pygi-info: wrap g_union_info_get_alignment()Tomasz Miąsko2018-12-141-0/+1
|/
* test_repository: fix reprecation warnings re collections.abc moveChristoph Reiter2018-11-231-20/+23
* tests: improve coverage of girepository wrappersChristoph Reiter2018-03-191-0/+8
* tests: Make it possible to use pytest directlywip/creiter/pytest-directChristoph Reiter2018-02-121-5/+3
* tests: always call require_version; add TEST_GTK_VERSION env varChristoph Reiter2017-04-021-4/+0
* tests: Don't skip Regress tests when cairo is missingChristoph Reiter2017-04-021-10/+0
* Import dependencies when importing typelibs from gi.repositoryChristoph Reiter2015-10-261-0/+10
* Don't emit require_version warning if namespace was loaded previously using g...Christoph Reiter2015-09-221-0/+11
* tests: Silence various error messages and warnings.Christoph Reiter2015-07-021-9/+4
* tests: Add test for GIRepository.UnionInfo.get_size()Garrett Regier2015-03-011-0/+1
* Emit ImportWarning when gi.require_version() is not usedChristoph Reiter2015-01-241-0/+10
* Python 3.4 make check fixesSimon Feltman2014-05-261-2/+0
* Add gi.CallableInfo.can_throw_gerror()Simon Feltman2014-05-031-0/+16
* Derive PyCallbackInfo from PyCallableInfoSimon Feltman2014-05-031-0/+7
* Support union creation with PyGIStructSimon Feltman2014-01-041-0/+13
* docs: Move GIArgInfo.get_pytype_hint into gi.docstringSimon Feltman2013-12-311-1/+0
* Add missing methods on PyGIBaseInfo and sub-classesSimon Feltman2013-10-071-0/+134
* Expose all GI enum and flags typesSimon Feltman2013-10-071-1/+12
* Add GIBaseInfo.equal methodSimon Feltman2013-10-071-0/+1
* Move existing repository tests into test_repositorySimon Feltman2013-10-041-0/+28
* Add unittests for GIRepositorySimon Feltman2013-10-041-0/+170