We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c0d4b0 commit 67a46f8Copy full SHA for 67a46f8
source_py3/test_python_toolbox/test_human_names.py
@@ -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