cb109 / maxtest

:chart_with_upwards_trend: MAXScript unittesting framework.
BSD 2-Clause "Simplified" License
8 stars 1 forks source link

Assertions for Arrays / Compound Data Structures #6

Open cb109 opened 8 years ago

cb109 commented 8 years ago

Support to compare one array against another would be great, like:

assert2.assertArray arr1 arr2

We can simply include the mxs_eq module from mxs_types for this!