freeipa/checks
Petr Viktorin 6a741b51da Replace dict.has_key with the 'in' operator
The deprecated has_key method will be removed from dicts in Python 3.

For custom dict-like classes, has_key() is kept on Python 2,
but disabled for Python 3.

Reviewed-By: Tomas Babej <tbabej@redhat.com>
2015-08-12 18:17:23 +02:00
..
check-ra.py Replace dict.has_key with the 'in' operator 2015-08-12 18:17:23 +02:00
README Added a sys.path hack to get checks/check-ra.py working again 2009-02-17 16:03:10 -05:00

This directory is for integration tests that require a live backend (LDAP,
Certificate Server, etc.).  It's named "checks" so nose wont discover tests
here.