We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf05132 + 1913ed6 commit 7c5ce44Copy full SHA for 7c5ce44
test/__init__.py
@@ -1,5 +1,5 @@
1
"""Module to make it possible to import the test folder as a python package and
2
-hence make it possible to run all unittests from the top level direcotry with
+hence make it possible to run all unittests from the top level directory with
3
4
python -m unittest [discover]
5
"""
test/helpers.py
@@ -39,7 +39,7 @@ def TestYAMLEditable(**kwargs):
39
40
41
def TestContact(**kwargs):
42
- """Create a siple Contact for tests."""
+ """Create a simple Contact for tests."""
43
return contacts.Contact(vCard(**kwargs), None, None)
44
45
0 commit comments