Skip to content

Commit 67a46f8

Browse files
committed
-
1 parent 1c0d4b0 commit 67a46f8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Copyright 2009-2015 Ram Rachum.
2+
# This program is distributed under the MIT license.
3+
4+
from python_toolbox import human_names
5+
6+
7+
def test():
8+
assert 'John' in human_names.name_list
9+
assert 'Janet' in human_names.name_list

0 commit comments

Comments
 (0)