Skip to content

Commit e978f25

Browse files
committed
adding true false test
1 parent 2373c6c commit e978f25

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wolframclient/tests/serializers/wxf_pythonarray.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class TestCase(BaseTestCase):
1313
def test_python_array(self):
1414

1515
for array, numpy_type, wl_type in (
16+
([True, False, True, False, True, False], numpy.int8, "Integer8"),
1617
([1, 2, 3, 4, 5, 6], numpy.int8, "Integer8"),
1718
([1, 2, 3, 4, 5, 6], numpy.int32, "Integer32"),
1819
([1, 2, 3, 4, 5, 6], numpy.int64, "Integer64"),

0 commit comments

Comments
 (0)