summaryrefslogtreecommitdiffstats
path: root/ipatests/test_ipalib
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong use of identity operationChristian Heimes2019-09-041-2/+2
* move MSCSTemplate classes to ipalibFraser Tweedale2019-07-171-0/+115
* Remove deprecated object loggerChristian Heimes2019-04-231-8/+0
* Fix unnecessary usrmerge assumptionsRobbie Harwood2019-04-171-3/+4
* Check pager's executable before subprocess.PopenOleg Kozlov2018-12-071-0/+25
* Silence comparison-with-itself in testsChristian Heimes2018-11-131-0/+2
* Address inconsistent-return-statementsChristian Heimes2018-11-131-0/+2
* Py3: Replace six.moves importsChristian Heimes2018-10-052-7/+4
* Py3: Replace six.integer_types with intChristian Heimes2018-09-271-1/+1
* Py3: Remove subclassing from objectChristian Heimes2018-09-2710-45/+52
* Sprinkle raw strings across the code baseChristian Heimes2018-09-272-3/+4
* Workaround for pyasn1 0.4Christian Heimes2018-09-271-0/+65
* Add support for format method to translation objectsStanislav Levin2018-06-211-0/+27
* Handle subyptes in ACIsRob Crittenden2018-06-201-0/+12
* Replace some test case adjectivesRob Crittenden2018-06-193-5/+5
* Generate same API.txt under Python 2 and 3Christian Heimes2018-02-151-2/+6
* Replace nose with unittest and pytestChristian Heimes2017-12-122-8/+11
* Add marker needs_ipaapi and option to skip testsChristian Heimes2017-12-111-0/+2
* test_x509: test very long OIDMichal Reznik2017-12-111-0/+51
* Skip test_rpcclient_context in client testsChristian Heimes2017-12-061-0/+1
* Add test to ensure that properties are being set in rpcclientRob Crittenden2017-12-041-0/+51
* Add tests for CertificateSigningRequestStanislav Laznicka2017-10-251-1/+122
* Use os.path.isfile() and isdir()Christian Heimes2017-10-201-3/+2
* Remove the `message` attribute from exceptionsStanislav Laznicka2017-10-061-13/+6
* py3: fix pkcs7 file processingFraser Tweedale2017-09-221-0/+32
* x509: Make certificates represented as objectsStanislav Laznicka2017-07-271-2/+2
* Split x509.load_certificate() into PEM/DER functionsStanislav Laznicka2017-07-271-33/+33
* 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