Skip to content

Commit 3def83b

Browse files
committed
- split test_axis.py in test_axis.py and test_axiscollection.py
- updated unittests in test_session.py, test_axis.py, test_axiscollection.py and test_group.py --> changed syntax: nosetest --> pytest
1 parent 2643337 commit 3def83b

File tree

5 files changed

+985
-1210
lines changed

5 files changed

+985
-1210
lines changed

larray/tests/common.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,7 @@ def nan_equal(a, b):
9898

9999
assert_nparray_equiv = assert_nparray_equal_factory(equal)
100100
assert_nparray_nan_equiv = assert_nparray_equal_factory(nan_equal)
101+
102+
103+
def assert_axis_eq(axis1, axis2):
104+
assert axis1.equals(axis2)

0 commit comments

Comments
 (0)