summaryrefslogtreecommitdiffstats
path: root/ipatests/test_ipapython
Commit message (Expand)AuthorAgeFilesLines
* Fix Python 3 pylint errorsChristian Heimes2017-03-151-1/+1
* Store session cookie in a ccache optionSimo Sorce2017-03-101-0/+37
* Support for Certificate Identity MappingFlorence Blanc-Renaud2017-03-021-0/+20
* Enhance __repr__ method of PrincipalMartin Babinsky2016-11-301-0/+2
* ipapython: move dnssec, p11helper and secrets to ipaserverJan Cholasta2016-11-293-373/+0
* Port ipapython.dnssec.odsmgr to xml.etreeChristian Heimes2016-11-161-0/+41
* dn: support conversion from python-cryptography NameFraser Tweedale2016-11-101-2/+21
* Remove unused variables in testsMartin Basti2016-09-274-5/+4
* pylint: fix pointless-statementJan Barta2016-09-222-12/+12
* Allow broadcast ip addressesMartin Basti2016-09-071-1/+3
* Allow network ip addressesMartin Basti2016-09-071-2/+4
* Fix session cookiesFlorence Blanc-Renaud2016-07-221-0/+15
* Test suite for `ipapython/kerberos.py`Martin Babinsky2016-07-011-0/+137
* Pylint: enable reimported checkMartin Basti2016-03-221-2/+0
* pylint: remove bare exceptMartin Basti2016-03-221-1/+1
* cookie parser: do not fail on cookie with empty valuePetr Vobornik2016-03-011-0/+16
* ipautil.run, kernel_keyring: Encoding fixes for Python 3Petr Viktorin2016-02-171-1/+1
* make lint: use config file and plugin for pylintMartin Basti2016-02-111-0/+2
* ipapython: port p11helper C code to PythonJan Cholasta2016-01-211-1/+1
* Remove wildcard importsMartin Basti2015-12-231-1/+0
* Remove unused importsMartin Basti2015-12-234-5/+1
* Refactor ipautil.runPetr Viktorin2015-12-142-8/+70
* Applied tier0 and tier1 marks on unit tests and xmlrpc testsMilan Kubik2015-11-097-0/+23
* ipapython.secrets: Port to Python 3Petr Viktorin2015-10-271-1/+1
* Add ipa-custodia serviceSimo Sorce2015-10-151-0/+55
* test_keyring: Use str(e) instead of e.message for exceptionsPetr Viktorin2015-10-131-1/+1
* Do not compare types that are not comparable in Python 3Petr Viktorin2015-10-131-1/+1
* ipapython.ssh: Port to Python 3Petr Viktorin2015-10-071-6/+15
* test_dn: Split bytes and unicodePetr Viktorin2015-10-071-42/+67
* ipapython.dn: Use rich comparisonsPetr Viktorin2015-10-071-1/+23
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-172-0/+11
* Convert zip() result to list()Petr Viktorin2015-09-011-2/+2
* Modernize use of range()Petr Viktorin2015-09-011-1/+1
* Use Python3-compatible dict method namesPetr Viktorin2015-09-012-14/+19
* Replace dict.has_key with the 'in' operatorPetr Viktorin2015-08-122-26/+17
* Modernize 'except' clausesPetr Viktorin2015-08-122-2/+2
* Remove Editable DN and DN component classesPetr Viktorin2015-04-231-1663/+987
* performance: faster DN implementationPetr Vobornik2015-04-141-7/+10
* ipatests: port of p11helper test from githubMilan Kubik2015-04-021-0/+276
* Run pylint on testsPetr Viktorin2015-01-141-8/+5
* test_ipapython: Use functions instead of classes in test generatorsPetr Viktorin2014-11-212-11/+11
* tests: Use PEP8-compliant setup/teardown method namesPetr Viktorin2014-11-212-7/+1
* Use /usr/bin/python2Xiao-Long Chen2014-01-032-2/+2
* Raise an error when updating CIDict with duplicate keysPetr Viktorin2013-09-251-0/+12
* Add missing dict methods to CIDictPetr Viktorin2013-09-251-3/+66
* Convert test_ipautil from unittest to nosePetr Viktorin2013-09-251-169/+153
* Move tests to test directoriesPetr Viktorin2013-09-252-0/+377
* Make an ipa-tests packagePetr Viktorin2013-06-176-0/+2729