summaryrefslogtreecommitdiffstats
path: root/ipatests/test_ipapython
Commit message (Expand)AuthorAgeFilesLines
* Have all the scripts run in python 3 by defaultStanislav Laznicka2018-02-151-1/+1
* Replace hard-coded paths with path constantsChristian Heimes2018-02-081-7/+8
* Replace nose with unittest and pytestChristian Heimes2017-12-122-92/+95
* Add marker needs_ipaapi and option to skip testsChristian Heimes2017-12-111-0/+1
* Add workaround for pytest 3.3.0 bugChristian Heimes2017-11-281-2/+5
* Support sqlite NSSDBChristian Heimes2017-11-161-0/+133
* Backup ipa-custodia conf and keysChristian Heimes2017-11-131-0/+7
* pylint: make unsupported-assignment-operation check localStanislav Laznicka2017-09-081-0/+3
* py3: Remove comparison >=2 of debnug log levelMartin Basti2017-06-281-1/+1
* CheckedIPAddress: remove match_local paramMartin Basti2017-06-201-2/+2
* Reimplement yield tests are parametrized testsChristian Heimes2017-05-302-99/+82
* Skip test_session_storage in ipaclient unittest modeChristian Heimes2017-03-311-0/+3
* Add make devcheck for developersChristian Heimes2017-03-311-1/+0
* 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