summaryrefslogtreecommitdiff
path: root/tests/test_import_machinery.py
Commit message (Expand)AuthorAgeFilesLines
* Fix import warnings pointing to the wrong code with CPython 3.3/3.5pygobject-3-18Christoph Reiter2015-11-121-0/+4
* Don't emit require_version warning if namespace was loaded previously using g...Christoph Reiter2015-10-111-9/+0
* tests: Make get_all_dependendencies() test more robustSimon Feltman2015-02-201-3/+5
* Emit ImportWarning when gi.require_version() is not usedChristoph Reiter2015-01-241-0/+22
* Refactor overrides import/modulesChristoph Reiter2015-01-241-7/+25
* tests: Update tests for static binding protection to check AttributeErrorsSimon Feltman2014-08-121-5/+5
* Add protection against attempts at importing static bindingsSimon Feltman2014-08-051-0/+24
* Raise ImportError when importing modules not found in repositorySimon Feltman2014-03-241-0/+18
* tests: Rename test_overrides to test_import_machinerySimon Feltman2014-03-241-0/+58