summaryrefslogtreecommitdiffstats
path: root/make-lint
diff options
context:
space:
mode:
authorMilan Kubik <mkubik@redhat.com>2015-03-12 16:52:33 +0100
committerJan Cholasta <jcholast@redhat.com>2015-04-02 08:51:27 +0000
commit59f024487e0bcaedb773fd4066b2f95c733278c6 (patch)
tree5364da82ff0e3f9adae3c8814afd580ae1c6036c /make-lint
parent1216da8b9f2100cacebbeb8fe2dd91e22b954ba7 (diff)
downloadfreeipa-59f024487e0bcaedb773fd4066b2f95c733278c6.tar.gz
freeipa-59f024487e0bcaedb773fd4066b2f95c733278c6.tar.xz
freeipa-59f024487e0bcaedb773fd4066b2f95c733278c6.zip
ipatests: port of p11helper test from github
Ported the github hosted [1] script to use pytest's abilities and included it in ipatests/test_ipapython directory. [1]: https://github.com/spacekpe/freeipa-pkcs11/blob/master/python/run.py https://fedorahosted.org/freeipa/ticket/4829 Signed-off-by: Martin Basti <mbasti@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'make-lint')
-rwxr-xr-xmake-lint2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-lint b/make-lint
index bd0eb4d75..33adf38ff 100755
--- a/make-lint
+++ b/make-lint
@@ -57,7 +57,7 @@ class IPATypeChecker(TypeChecker):
'urlparse.ResultMixin': ['scheme', 'netloc', 'path', 'query',
'fragment', 'username', 'password', 'hostname', 'port'],
'urlparse.ParseResult': ['params'],
- 'pytest': ['fixture', 'raises', 'skip', 'yield_fixture', 'mark'],
+ 'pytest': ['fixture', 'raises', 'skip', 'yield_fixture', 'mark', 'fail'],
'nose.tools': ['assert_equal', 'assert_raises'],
'datetime.tzinfo': ['houroffset', 'minoffset', 'utcoffset', 'dst'],