freeipa/ipatests/test_ipalib
Christian Heimes fd1b4f6ec9 Add options to run only ipaclient unittests
A new option for ipa-run-tests makes the test runner ignore
subdirectories or skips tests that depend on the ipaserver package or on
a running framework for RPC integration tests. The new option enables
testing of client-only builds.

$ ipatests/ipa-run-tests --ipaclient-unittests
...
platform linux2 -- Python 2.7.13, pytest-2.9.2, py-1.4.32, pluggy-0.3.1
rootdir: /home/heimes/redhat, inifile: tox.ini
plugins: sourceorder-0.5, cov-2.3.0, betamax-0.7.1, multihost-1.1
collected 451 items

test_util.py ........
util.py ..
test_ipaclient/test_csrgen.py ..............ssss...
test_ipalib/test_aci.py ...................
test_ipalib/test_backend.py ........
test_ipalib/test_base.py ...............
test_ipalib/test_capabilities.py .
test_ipalib/test_cli.py ...
test_ipalib/test_config.py ...............
test_ipalib/test_crud.py ...............
test_ipalib/test_errors.py .......
test_ipalib/test_frontend.py ........................................
test_ipalib/test_messages.py ....
test_ipalib/test_output.py ...
test_ipalib/test_parameters.py .............................................................
test_ipalib/test_plugable.py ........
test_ipalib/test_rpc.py ......ssssssss
test_ipalib/test_text.py .............................
test_ipalib/test_x509.py ...
test_ipapython/test_cookie.py ............
test_ipapython/test_dn.py ...........................
test_ipapython/test_ipautil.py ..................................................................
test_ipapython/test_ipavalidate.py ..........
test_ipapython/test_kerberos.py ..............
test_ipapython/test_keyring.py ..........
test_ipapython/test_ssh.py ...............................
test_pkcs10/test_pkcs10.py .....

https://fedorahosted.org/freeipa/ticket/6517

Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
2017-03-17 15:02:13 +01:00
..
data test_text: add test ipa.pot file for tests 2016-09-26 18:48:07 +02:00
__init__.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
test_aci.py pylint: fix unneeded-not 2016-09-22 16:52:57 +02:00
test_backend.py Remove unused variables in tests 2016-09-27 13:35:58 +02:00
test_base.py Remove unused variables in tests 2016-09-27 13:35:58 +02:00
test_capabilities.py Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
test_cli.py plugable: initialize plugins on demand 2016-06-15 14:03:51 +02:00
test_config.py test_config: fix fips_mode key in Env 2017-03-01 12:59:21 +01:00
test_crud.py Remove unused variables in tests 2016-09-27 13:35:58 +02:00
test_errors.py Remove BIN_FALSE and BIN_TRUE 2016-12-02 09:02:07 +01:00
test_frontend.py Pylint: remove unused variables in tests 2016-10-11 16:50:32 +02:00
test_messages.py Tests: Add data attribute to messages 2016-08-16 11:56:49 +02:00
test_output.py Tests: test_ipalib/test_output fails due to change of Output behaviour 2016-08-16 11:56:49 +02:00
test_parameters.py test_StrEnum: use int as bad type 2017-02-10 16:16:44 +01:00
test_plugable.py Fetch correct exception in IPA_CONFDIR test 2016-12-05 11:58:59 +01:00
test_rpc.py Add options to run only ipaclient unittests 2017-03-17 15:02:13 +01:00
test_text.py Improve the robustness FreeIPA's i18n module and its tests 2016-11-28 13:58:33 +01:00
test_x509.py cryptography has deprecated serial in favor of serial_number 2017-02-10 16:16:44 +01:00