Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_minimal.doctest2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_minimal.doctest b/tests/test_minimal.doctest
index ef54e59..eee45db 100644
--- a/tests/test_minimal.doctest
+++ b/tests/test_minimal.doctest
@@ -41,6 +41,8 @@ Check creation of empty PSKC structure and adding an empty key to the list.
>>> key = pskc.add_key(id='123')
>>> key.id
'123'
+>>> key.secret is None
+True
Adding a key with unknown attributes raises an error.
>>> key = pskc.add_key(foo='bar')