MCPcopy Create free account
hub / github.com/piccolo-orm/piccolo / MyTable

Class MyTable

tests/columns/test_array.py:21–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20
21class MyTable(Table):
22 value = Array(base_column=Integer())
23
24
25class TestArrayDefault(TestCase):

Callers 10

test_storageMethod · 0.70
test_indexMethod · 0.70
test_allMethod · 0.70
test_anyMethod · 0.70
test_not_anyMethod · 0.70
test_catMethod · 0.70
test_prependMethod · 0.70
test_appendMethod · 0.70
test_replaceMethod · 0.70
test_removeMethod · 0.70

Calls 2

ArrayClass · 0.90
IntegerClass · 0.90

Tested by 10

test_storageMethod · 0.56
test_indexMethod · 0.56
test_allMethod · 0.56
test_anyMethod · 0.56
test_not_anyMethod · 0.56
test_catMethod · 0.56
test_prependMethod · 0.56
test_appendMethod · 0.56
test_replaceMethod · 0.56
test_removeMethod · 0.56