pyobjus/tests
matham 3ae3550c53
Merge pull request #66 from Mulugruntz/fix-objcarr-crash-if-empty
Function `objc_arr` would crash with empty arrays.
2020-10-20 15:19:10 -04:00
..
test_carray.py fix floating tests 2018-11-08 11:15:04 +01:00
test_delegate.py Fix delegate instance (#50) 2019-02-06 19:50:29 +01:00
test_dereference.py fixes others types issues/bytes issues 2018-11-07 14:46:36 +01:00
test_literals.py run tests through github actions (#64) 2020-08-14 15:29:47 +02:00
test_ns_mutable_array.py run tests through github actions (#64) 2020-08-14 15:29:47 +02:00
test_nsarray.py Function `objc_arr` would crash with empty arrays. 2020-07-01 15:51:42 +09:00
test_nsobject.py Python 2 have long, not Python 3. 2018-11-08 09:37:49 +01:00
test_nsstring.py run tests through github actions (#64) 2020-08-14 15:29:47 +02:00
test_nsvalue.py fixes latest tests. works in PY2 and PY3 2018-11-08 11:10:02 +01:00
test_partial_load.py Added test and example of using new pyobjus feature -> Limiting methods which will be loaded. Also fixed few small bugs in current implementation of that feature 2013-08-05 20:57:40 +02:00
test_properties.py fix properties globally (now it works as intented). still have some issues with ptr 2018-11-07 16:53:49 +01:00
test_simple.py Added test and example of using new pyobjus feature -> Limiting methods which will be loaded. Also fixed few small bugs in current implementation of that feature 2013-08-05 20:57:40 +02:00
test_union.py union works now? :) 2018-11-07 23:38:57 +01:00
test_unknown_types.py fixes OBJC delegates implementation 2018-11-09 16:37:06 +01:00