1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
From: Roland Mas <lolando@debian.org>
Date: Wed, 27 Aug 2025 14:48:11 +0200
Subject: Update TestCheckCifInterface
---
tests/test_checkcif.py | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
--- a/tests/test_checkcif.py
+++ b/tests/test_checkcif.py
@@ -20,6 +20,7 @@
'Qemailaddress': [],
'validtype' : ['checkcif_with_hkl', 'iucr_checkcif_with_hkl', 'checkcif_only'],
'valout' : ['vrfa', 'vrfab', 'vrfabc', 'vrfno'],
+ 'duplic' : ['duplicno', 'duplicyes'],
'UPLOAD' : []
}
|