summaryrefslogtreecommitdiff
path: root/tests/test_everything.py
Commit message (Expand)AuthorAgeFilesLines
* Replace PyUnicode_GET_SIZE() usage with PyUnicode_GET_LENGTH()Christoph Reiter2020-10-061-0/+1
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-15/+4
* Use timeit.default_timer() instead of the deprecated time.clock()Christoph Reiter2018-08-151-9/+9
* pypy: skip various refcounting related tests and add some gc.collect where it...Christoph Reiter2018-04-221-0/+9
* pypy: pass a warning subclass to PyErr_Warn and not an exception, pypy does't...Christoph Reiter2018-04-221-1/+1
* float converter: use Python API for formatting the error message; add testChristoph Reiter2018-04-141-0/+7
* int converters: unify overflow error handlingChristoph Reiter2018-04-141-11/+200
* flake8: remove python2 builtin listChristoph Reiter2018-04-071-9/+4
* Move all py2/3 compat code into gi._compatChristoph Reiter2018-04-071-5/+5
* tests: Skip various sys.getrefcount() checks in case sys.getrefcount is missingChristoph Reiter2018-03-311-22/+41
* tests: skip a test on pypy which assumes the memory layout of Python objectsChristoph Reiter2018-03-311-0/+2
* tests: add tests for boxed in GLists. See !24Christoph Reiter2018-02-161-0/+16
* tests: Add a test for a out transfer-none boxed arrayChristoph Reiter2018-02-161-0/+6
* 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