summaryrefslogtreecommitdiffstats
path: root/ipatests/test_ipapython
Commit message (Expand)AuthorAgeFilesLines
* upgrade: remove ipaCert and key from /etc/httpd/aliasFlorence Blanc-Renaud2019-07-151-0/+75
* dn: sort AVAs when converting from x509.NameFraser Tweedale2019-06-111-0/+21
* dn: handle multi-valued RDNs in Name conversionFraser Tweedale2019-05-281-4/+19
* Make python-ldap optional for PyPI packagesChristian Heimes2019-04-261-1/+57
* Add option to remove lines from a fileChristian Heimes2019-04-022-14/+30
* ipatests: remove all occurrences of osinfo.version_idFrançois Cami2019-03-011-1/+1
* Silence comparison-with-itself in testsChristian Heimes2018-11-131-0/+1
* Fix various dict related pylint warningsChristian Heimes2018-11-131-5/+9
* Py3: Remove subclassing from objectChristian Heimes2018-09-275-11/+12
* Sprinkle raw strings across the code baseChristian Heimes2018-09-271-4/+4
* Refactor os-release and platform informationChristian Heimes2018-08-301-4/+3
* ipautil.run: add test for runas parameterFlorence Blanc-Renaud2018-08-231-0/+23
* Cleanup shebang and executable bitChristian Heimes2018-07-051-4/+0
* Sort and shuffle SRV record by priority and weightChristian Heimes2018-06-191-0/+106
* Move config directives handling codeStanislav Laznicka2018-05-291-0/+177
* Add absolute_import future importsStanislav Laznicka2018-04-202-0/+4
* Fix installer CA port check for port 8080Christian Heimes2018-04-041-0/+40
* NSSDB: Let certutil decide its default db typeChristian Heimes2018-02-231-0/+29
* Prepare migration of mod_nss NSSDB to sql formatChristian Heimes2018-02-231-0/+6
* Add better CalledProcessError and run() loggingChristian Heimes2018-02-201-1/+27
* 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