summaryrefslogtreecommitdiff
path: root/tests/test_properties.py
Commit message (Expand)AuthorAgeFilesLines
* Add pygi_gschar_from_py/pygi_guchar_from_py; add testsChristoph Reiter2018-04-231-0/+40
* Properly raise errors from property getters instead of just printing them. Se...Christoph Reiter2018-04-181-10/+7
* flake8: remove python2 builtin listChristoph Reiter2018-04-071-1/+1
* Move all py2/3 compat code into gi._compatChristoph Reiter2018-04-071-11/+11
* test_properties: skip a sys.getrefcount testChristoph Reiter2018-04-011-1/+1
* Remove pyg_type_name() and use GType.name insteadChristoph Reiter2018-03-211-0/+4
* properties: fix a crash when setting a str value containing surrogates. Fixes...Christoph Reiter2018-03-191-1/+11
* tests: Make it possible to use pytest directlywip/creiter/pytest-directChristoph Reiter2018-02-121-6/+4
* tests: remove python 2.5/3.2 compat codeChristoph Reiter2017-04-021-17/+12
* tests: always call require_version; add TEST_GTK_VERSION env varChristoph Reiter2017-04-021-5/+1
* tests: Don't skip Regress tests when cairo is missingChristoph Reiter2017-04-021-21/+11
* property: support setting flagsChristoph Reiter2017-03-291-0/+34
* tests: Make test suite run on WindowsChristoph Reiter2017-03-241-3/+6
* Fix new PEP8 errorsChristoph Reiter2017-01-091-6/+6
* tests: Use places kwarg for assertAlmostEqualChristoph Reiter2016-06-071-3/+3
* Allow passing unicode lists to GStrv properties on Python 2Christoph Reiter2015-07-171-1/+7
* tests: Silence various error messages and warnings.Christoph Reiter2015-07-021-10/+11
* tests: Don't use deprecated override attributesChristoph Reiter2015-03-031-45/+55
* Emit ImportWarning when gi.require_version() is not usedChristoph Reiter2015-01-241-1/+4
* Unify property gettersSimon Feltman2014-08-171-38/+0
* tests: Add failing tests which verify exceptions raised in property gettersSimon Feltman2014-08-091-0/+17
* tests: Move object property reference count tests to test_propertiesSimon Feltman2014-07-281-0/+36
* tests: Move test_everything.TestProperties into test_propertiesSimon Feltman2014-07-281-0/+59
* tests: Add tests for get/set_property()Simon Feltman2014-07-281-0/+32
* tests: Break TestPropertiesObject up for re-useSimon Feltman2014-07-281-103/+118
* tests: Move test_gi.TestPropertiesObject into test_propertiesSimon Feltman2014-07-281-0/+235
* tests: Conditionalize usage of regress typelib in test_propertiesSimon Feltman2014-03-031-10/+17
* Move gobject sub-module Python files into the main gi packageSimon Feltman2014-01-141-1/+1
* Revert "Add type checking to positional Gtk.Box and Gtk.Window ctor arguments"Simon Feltman2013-11-121-9/+0
* Add type checking to positional Gtk.Box and Gtk.Window ctor argumentsMartin Pitt2013-11-051-0/+9
* Add support for properties of type GInterfaceGarrett Regier2013-07-021-0/+16
* Remove incorrect bounds check with property helper flagsSimon Feltman2013-03-151-1/+0
* gobject: Go through introspection on property settingOlivier CrĂȘte2013-01-171-3/+10
* Don't let Property.setter() method names define property namesMartin Pitt2013-01-101-0/+18
* Fix maximum and minimum ranges of TYPE_(U)INT64 propertiesSimonas Kazlauskas2012-11-261-7/+4
* test_properties.py: Fix PEP-8 errorsMartin Pitt2012-11-141-2/+1
* Add support for GVariant properties defined in PythonMartin Pitt2012-11-141-11/+70
* Set Property instance doc string and blurb to getter doc stringSimon Feltman2012-11-111-4/+10
* Fix property lookup in class hierarchyDaniel Drake2012-11-061-0/+30
* Change install_properties to not use getattr on classesSimon Feltman2012-10-221-2/+4
* Move property install function into propertyhelper.pySimon Feltman2012-10-221-0/+63
* test_properties: Test accessing a property from a superclassMartin Pitt2012-09-171-0/+12
* test_properties.py: Consistent test namesMartin Pitt2012-09-171-39/+39
* Fix property type mapping from int to TYPE_INT for python3.Simon Feltman2012-07-241-13/+42
* PEP8: Fix indentationMartin Pitt2012-06-221-16/+14
* Fix TestProperties.testBoxed testJose Rostagno2012-06-011-2/+2
* tests/test_properties.py: Fix whitespaceMartin Pitt2012-06-011-1/+1
* Support defining GStrv properties from PythonMartin Pitt2012-05-051-2/+56
* tests: Replace deprecated assertEquals() with assertEqual()Martin Pitt2012-04-221-9/+9
* Support defining GType properties from PythonMartin Pitt2012-04-191-3/+39