Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kaggle/docker-python
/ test_array
Method
test_array
tests/test_numpy.py:10–13 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
8
9
class
TestNumpy(unittest.TestCase):
10
def
test_array(self):
11
array = np.array([1, 3])
12
13
self.assertEqual((2,), array.shape)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected