def test_ints(self): arr = np.random.randint(0, 100, size=50) result = algos.unique(arr) tm.assertIsInstance(result, np.ndarray)