Skip to content

Commit 02c7086

Browse files
authored
emm
最后为啥没加test_array()
1 parent d987c16 commit 02c7086

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/02_数组和列表/array_and_list.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,7 @@ def test_array():
4343
assert len(a) == 10
4444

4545
# py.test array_and_list.py
46+
47+
48+
if __name__ == '__main__':
49+
test_array()

0 commit comments

Comments
 (0)