History log of /sssd-io/src/tests/pysss_murmur-test.py
Revision Date Author Comments Expand
38cec21168b3b80c312e9efcfea4eba22a9648c8 10-Mar-2018 Fabiano Fidêncio <fidencio@redhat.com>

TESTS: FIX E501 pep8 issues on pysss_murmur-test.py E501: line too long (longer than 79 characters) Resolves: https://pagure.io/SSSD/sssd/issue/3605 Reviewed-by: Michal Židek <mzidek@redhat.com> Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>

9dc4c15552c396a80add39d0da865793e5643237 10-Mar-2018 Fabiano Fidêncio <fidencio@redhat.com>

TESTS: Fix E211 pep8 issues on pysss_murmur-test.py E211: whitespace before '(' This issue was found on a debian_testing machine. Resolves: https://pagure.io/SSSD/sssd/issue/3605 Reviewed-by: Michal Židek <mzidek@redhat.com> Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>

7b9c3e69e5248940accc5e0c2ce08503bea87c75 10-Mar-2018 Fabiano Fidêncio <fidencio@redhat.com>

TESTS: Fix E20[12] pep8 issues on pysss_murmur-test.py E201: whitespace after '[' E202: whitespace before ']' Resolves: https://pagure.io/SSSD/sssd/issue/3605 Reviewed-by: Michal Židek <mzidek@redhat.com> Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>

8f83feea4586a8fcf4365e0d22e0a16740424cc2 15-Feb-2018 Lukas Slebodnik <lslebodn@redhat.com>

TESTS: Extend code coverage for murmurhash3 * add positive test for trailing NUL character * add test for corner cases (0, input_len + 1) Reviewed-by: Sumit Bose <sbose@redhat.com>

9e1de5c83371d91e200254cceef70852f5f94fd2 02-Feb-2016 Lukas Slebodnik <lslebodn@redhat.com>

TESTS: Fix race condition in python test Python tests for pyhbac and pysss_murmur created symbolic links in shared directory ".libs". It happened that both tests created symbolic link in the same time and therefore python2 test could try to import link to python3 module which caused failures in tests. Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>

2f9b4cc993a259d408afab2cf0fec85e515424cd 13-Jan-2016 Jakub Hrozek <jhrozek@redhat.com>

tests: use unittest.TestCase.assertCountEqual if possible We used to defined a compat method for assertItemsEqual that existed on Python 2.7, but not on old Python 2.x. As an effect, we used our compat code even if assertCountEqual was available from standard library. The recent Python 3.x versions renamed assertItemsEqual to assertCountEqual. Therefore we should use the modern version which is in the standard library over a compat version provided by ourselves. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> Reviewed-by: Petr Cech <pcech@redhat.com>

4a5a18f489f4d19aa0571528a7f0c7a8d35ac83f 25-Feb-2015 Lukas Slebodnik <lslebodn@redhat.com>

BUILD: Add possibility to build python{2,3} bindings Resolves: https://fedorahosted.org/sssd/ticket/2574 Reviewed-by: Stephen Gallagher <sgallagh@redhat.com>

e8058322725ba050014777ee2484f7e833ab1e3a 13-Feb-2015 Lukas Slebodnik <lslebodn@redhat.com>

Remove strict requirements of python2 * fix hashbangs * remove strict requirements of python2 in build system Resolves: https://fedorahosted.org/sssd/ticket/2017 Reviewed-by: Petr Viktorin <pviktori@redhat.com>

341a00311680a440d7f979f06c34c70d86c9367a 13-Jan-2015 Bohuslav Kabrda <bkabrda@redhat.com>

Python3 support in SSSD https://fedorahosted.org/sssd/ticket/2017

73b68aa708e1ffa0e0ab5b021fa93ff3a0f484b1 18-Jun-2014 Lukas Slebodnik <lslebodn@redhat.com>

Use python2 in shebang for python scripts. https://fedorahosted.org/sssd/ticket/2356 The python scripts are not tested with python3 and /usr/bin/python can be symbolic link to python3 on some distributions. Reviewed-by: Sumit Bose <sbose@redhat.com>

60e51fd2764291df2332f36ff478777627d92b57 15-Aug-2012 Sumit Bose <sbose@redhat.com>

Add python bindings for murmurhash3