summaryrefslogtreecommitdiffstats
path: root/ipatests/test_ipalib
Commit message (Expand)AuthorAgeFilesLines
* Add options to run only ipaclient unittestsChristian Heimes2017-03-171-0/+2
* test_config: fix fips_mode key in EnvTomas Krizek2017-03-011-2/+2
* test_config: fix tests for env.fips_modeTomas Krizek2017-02-211-0/+1
* test_StrEnum: use int as bad typeChristian Heimes2017-02-101-2/+2
* cryptography has deprecated serial in favor of serial_numberChristian Heimes2017-02-101-1/+1
* tests: add test for PEM certificate files with leading textJan Cholasta2017-02-061-0/+11
* Fetch correct exception in IPA_CONFDIR testChristian Heimes2016-12-051-2/+1
* Use env var IPA_CONFDIR to get confdirChristian Heimes2016-12-021-2/+38
* Remove import of ipaplatform.paths from test_ipalibChristian Heimes2016-12-021-5/+4
* Remove BIN_FALSE and BIN_TRUEChristian Heimes2016-12-021-4/+4
* Improve the robustness FreeIPA's i18n module and its testsMartin Babinsky2016-11-281-6/+28
* x509: use python-cryptography to process certsFraser Tweedale2016-11-101-44/+22
* pylint: enable the import-error checkJan Cholasta2016-10-242-3/+6
* Pylint: remove unused variables in testsMartin Basti2016-10-113-32/+26
* Pylint: enable check for unused-variablesMartin Basti2016-09-273-0/+6
* Remove unused variables in testsMartin Basti2016-09-277-21/+17
* test_text: add test ipa.pot file for testsMartin Basti2016-09-262-5/+53
* pylint: fix bad-classmethod-argumentJan Barta2016-09-221-2/+2
* pylint: fix unneeded-notJan Barta2016-09-221-1/+1
* test_plugable: update the rest of test_initJan Cholasta2016-09-211-4/+5
* Tests: Failing tests in test_ipalib/test_plugableLenka Doudova2016-08-291-3/+2
* Tests: Failing test_ipalib/test_rpcLenka Doudova2016-08-291-8/+0
* tests: fix test_ipalib.test_frontend.test_ObjectJan Cholasta2016-08-221-3/+9
* Tests: Fix failing tests in test_ipalib/test_frontendLenka Doudova2016-08-171-6/+6
* Tests: Fix failing tests in test_ipalib/test_parametersLenka Doudova2016-08-171-17/+20
* Tests: test_ipalib/test_output fails due to change of Output behaviourLenka Doudova2016-08-161-4/+4
* Tests: Add data attribute to messagesLenka Doudova2016-08-161-9/+12
* Tests: Fix frontend testsLenka Doudova2016-06-301-3/+0
* Tests: Fix failing tests in ipatests/test_ipalib/test_frontend.pyLenka Doudova2016-06-301-11/+9
* Tests: Fix failing ipatests/test_ipalib/test_errors.pyLenka Doudova2016-06-291-4/+4
* frontend: don't copy command arguments to output paramsJan Cholasta2016-06-201-3/+3
* plugable: initialize plugins on demandJan Cholasta2016-06-152-11/+11
* rpc: specify connection options in API configJan Cholasta2016-06-031-1/+1
* plugable: turn Plugin attributes into propertiesJan Cholasta2016-06-031-4/+0
* plugable: switch API to Registry-based plugin discoveryJan Cholasta2016-05-251-23/+13
* ipalib: remove the unused `csv` argument of ParamJan Cholasta2016-05-251-5/+0
* frontend: remove the unused Command.soft_validate methodJan Cholasta2016-05-251-29/+0
* frontend: re-raise remote RequirementError using CLI name in CLIJan Cholasta2016-05-251-17/+11
* parameters: remove unused ConversionError and ValidationError argumentsJan Cholasta2016-05-251-21/+3
* Pylint: enable reimported checkMartin Basti2016-03-221-2/+0
* test_parameters: Ignore specific error messagePetr Viktorin2016-02-171-2/+1
* Remove unused importsMartin Basti2015-12-238-20/+10
* Remove empty test fileMartin Basti2015-12-231-26/+0
* raise more descriptive Backend connection-related exceptionsMartin Babinsky2015-12-211-7/+9
* Applied tier0 and tier1 marks on unit tests and xmlrpc testsMilan Kubik2015-11-0915-0/+51
* test_parameters: Alias long to int under Python 3Petr Viktorin2015-10-271-0/+1
* Fix more bytes/unicode issuesPetr Viktorin2015-10-225-37/+68
* ipalib.parameters: Require bytes for Bytes.patternPetr Viktorin2015-10-131-1/+0
* ipalib.parameters: Handle 0-prefixed octal format of intsPetr Viktorin2015-10-131-0/+1
* ipalib.aci: Port to Python 3Petr Viktorin2015-10-131-3/+3