summaryrefslogtreecommitdiff
path: root/tests/test_everything.py
Commit message (Expand)AuthorAgeFilesLines
* tests: Make it possible to use pytest directlywip/creiter/pytest-directChristoph Reiter2018-02-121-2/+4
* Revert "to-py-struct: don't copy the boxed if we are the sole owner of the wr...Christoph Reiter2018-02-081-2/+0
* tests: test_boxed_c_wrapper failing testsMikhail Fludkov2018-02-081-0/+31
* tests: Windows fixChristoph Reiter2017-10-131-1/+1
* tests: some more C locale fixesChristoph Reiter2017-10-131-1/+7
* tests: Don't skip Regress tests when cairo is missingChristoph Reiter2017-04-021-16/+1
* tests: Make test suite run on WindowsChristoph Reiter2017-03-241-1/+1
* Make use of instance-argument annotationsChristoph Reiter2017-03-221-0/+9
* tests: add a test for test_glist_gtype_container_in()Christoph Reiter2015-07-061-0/+6
* tests: Silence various error messages and warnings.Christoph Reiter2015-07-021-10/+18
* tests: Don't use deprecated override attributesChristoph Reiter2015-03-031-84/+84
* Add namespace and container name to callable cache and include them in all wa...Christoph Reiter2015-03-031-1/+1
* Allows passing arguments to opaque Boxed typesGarrett Regier2015-01-241-0/+9
* Split test_everything.TestEverything.test_string() into multiple testsSimon Feltman2014-09-111-6/+19
* tests: Split array tests upSimon Feltman2014-09-111-5/+32
* tests: Split test_strv() into multiple testsSimon Feltman2014-09-111-1/+9
* Add test for a callback with an inout arrayGarrett Regier2014-08-071-0/+19
* tests: Move test_everything.TestProperties into test_propertiesSimon Feltman2014-07-281-68/+1
* tests: Move TestSignals from test_everything into test_signalSimon Feltman2014-05-271-123/+0
* tests: Move cairo tests into test_cairo.pySimon Feltman2014-05-051-42/+1
* PEP8 fixesSimon Feltman2014-05-021-1/+0
* tests: Fix test_torture_profile to return a number from its callbackSimon Feltman2014-01-141-1/+1
* Add test for callback user data arguments with following argumentsMartin Pitt2014-01-141-0/+48
* Cleanup disguised struct constructor error and add it to boxedSimon Feltman2014-01-011-1/+0
* Add support for variable user data argumentsSimon Feltman2013-10-141-0/+32
* Don't pass None to callbacks when user data is not specifiedSimon Feltman2013-10-071-5/+2
* Add support for default arguments annotated with allow-noneSimon Feltman2013-09-261-0/+16
* Use Python error messages for marshaling integers from PythonSimon Feltman2013-07-281-26/+26
* tests: Change GHashTable<string,GValue> marshaling test to use GValueSimon Feltman2013-07-251-6/+15
* Change interpretation of NULL pointer field from None to 0Simon Feltman2013-04-221-2/+3
* Consolidate signal connection codeDaniel Drake2013-04-181-0/+33
* tests: Update test_double() after e65c1248Martin Pitt2013-01-301-1/+0
* tests: Re-enable test_callback_scope_call_array() checkMartin Pitt2013-01-111-6/+3
* pyg_value_from_pyobject: support GArrayRay Strode2013-01-041-0/+22
* test_everything: Add test for callback returning wrong typeMartin Pitt2012-11-141-0/+16
* tests: Fix for Python 2Martin Pitt2012-11-121-2/+5
* test_everything: Add tests for more Regress data and container typesMartin Pitt2012-11-101-2/+154
* test_everything: Add tests for Regress type testsMartin Pitt2012-11-091-0/+183
* Deprecate void pointer fields as general PyObject storage.Simon Feltman2012-10-231-23/+30
* tests: Consistently use GLib.MainLoopMartin Pitt2012-10-191-2/+2
* Skip Regress tests with --disable-cairoMartin Pitt2012-10-151-4/+11
* Fix leak with python callables as closure argument.Simon Feltman2012-10-121-35/+102
* pygi-property: Lookup property in base classes of non-introspected typesOlivier CrĂȘte2012-09-241-0/+12
* test_everything: Ensure TestSignals callback does get calledMartin Pitt2012-09-121-0/+3
* argument: Fix 64bit integer convertion from GValueNicolas Dufresne2012-09-121-0/+52
* Fix exception test case for Python 2Martin Pitt2012-09-031-5/+7
* Show proper exception when trying to allocate a disguised structMartin Pitt2012-09-031-0/+13
* Clean up sys.path handling in testsSimon Feltman2012-08-231-1/+0
* Skip instead of fail tests which need Pango, Atk, Gdk, GtkMartin Pitt2012-07-311-1/+8
* foreign: Register cairo.Path and cairo.FontOptions foreign structsBastian Winkler2012-06-051-0/+8