tests.utils.test_assertions

Unit tests for assertions

Classes

class tests.utils.test_assertions.TestAllclose(methodName='runTest')

Bases: TestCase

Test the assert_allclose function

test_float()
test_ndarray_1d()
test_ndarray_2d()