summaryrefslogtreecommitdiff
path: root/fail2ban/tests/misctestcase.py
Commit message (Expand)AuthorAgeFilesLines
* drop support for python 2.6 (hardly possible in modern CIs, new features woul...sebres2022-02-101-11/+5
* amend to fix gh-3098: no option `--disable-2to3` anymoresebres2021-12-021-2/+2
* mytime.seconds2str: small amend with speed-up, code simplification and few testssebres2021-11-041-0/+3
* better format of time delta (using seconds2str); increase stability for syste...sebres2021-11-031-0/+12
* compat: some 2.x pypy versions produce UnicodeEncodeError: 'ascii' codec can'...sebres2020-08-041-1/+2
* amend to e786dbf132689133c29671871718a97f93b8912a: removes space between name...sebres2020-05-261-1/+9
* assertSortedEqual: fixed sort of nested lists, switch default of nestedOnly t...sebres2020-05-251-1/+9
* closes gh-2599: fixes `splitwords` for unicode stringsebres2020-01-131-0/+2
* amend to bcf557990e15922aff22485cc86ddd2fcf41b796: wrong logging syntax will ...sebres2018-07-051-7/+4
* relocate exception-safe logging from database json-handler to common logger h...sebres2018-07-051-0/+42
* coveragesebres2018-07-041-2/+10
* improve failure-message of assertNotLogged in case of single match givensebres2018-07-041-1/+3
* stability of time-related test-cases: a bit increased timeouts; code normaliz...sebres2018-03-071-0/+18
* remove build folder, if created through setup-process in testsebres2017-11-241-0/+3
* don't check return code by dry-run: returns 256 on some python/setuptool vers...sebres2017-08-231-2/+2
* - `files/fail2ban.service` renamed as template to `files/fail2ban.service.in`;sebres2017-08-231-2/+18
* prevent sporadic assert errors on nested lists/dict differ at some level (mos...sebres2017-08-161-0/+19
* more precise date template handling (WARNING: this commit creates possible in...sebres2016-10-171-0/+1
* [temp commit] 2nd try to optimize datedetector/datetemplate functionality (al...sebres2016-10-171-89/+0
* Fixed sporadically error in testCymruInfoNxdomain, because of unsorted values:sebres2016-09-221-0/+4
* normalize usage of preferred encoding (and decode any to string);sebres2016-09-091-6/+4
* Merge pull request #1510 from sebres/_0.10/optimize-setup-test-caseSerg G. Brester2016-08-161-4/+18
|\
| * safer multi-threaded execution inside (logging with lock inside LogCaptureTes...sebres2016-08-151-0/+11
| * better handling of setup in test-cases (prevent execution of 2to3 twice, full...sebres2016-08-121-4/+7
* | Merge pull request #1512 from 'remotes/gh-upstream/0.9' into 0.10sebres2016-08-151-0/+46
|\ \ | |/ |/|
| * testAmbiguousDatePattern rewritten with DateDetector/DatePatternRegex directl...sebres2016-08-151-0/+45
| * compatibility fix (virtualenv, running test cases in py3)sebres2016-08-121-12/+21
| * introduces new command "fail2ban-python", as automatically created symlink to...sebres2016-08-121-0/+21
| * several test cases rewritten using new assertIn, assertNotIn (better as own f...sebres2016-08-011-5/+84
* | compatibility fix (virtualenv, running test cases in py3)sebres2016-08-111-12/+21
* | introduces new command "fail2ban-python", as automatically created symlink to...sebres2016-08-111-1/+5
* | several test cases rewritten using new assertIn, assertNotIn (better as own f...sebres2016-07-281-5/+84
* | Merge branch 'master' into 0.10sebres2016-05-231-8/+10
|\ \ | |/
| * ENH: splitcommaspace -> splitwords allow to split ignoreip entries with new l...Yaroslav Halchenko2016-05-211-8/+10
* | code review and performance optimization:sebres2015-12-291-0/+1
* | SetupTest should run at version of python currently installed (resp. active o...sebres2015-12-291-0/+17
* | code review and few new test casessebres2015-12-291-0/+18
|/
* ENH: allow to split ignoreip by space and/or comma (Closes #1197)Yaroslav Halchenko2015-09-231-0/+9
* Exclude coverage traceback in smoke test (misctestcase)Lee Clemens2015-07-091-2/+4
* Merge pull request #1093 from leeclemens/pep8-e7Yaroslav Halchenko2015-07-051-3/+6
|\
| * Fix pep8 E701 multiple statements on one line (colon)Lee Clemens2015-07-041-3/+6
* | Fix PEP8 E302 expected 2 blank lines, found XLee Clemens2015-07-041-0/+3
* | Fix PEP8 E303 too many blank linesLee Clemens2015-07-041-1/+0
|/
* workaround for the "Bad file descriptor" issue on Python 2.7, gh-161 : asynco...sebres2015-01-201-1/+1
* clean all after test setup (removes a build directory in current root of fail...sebres2014-12-051-43/+47
* small fix: no cover for failed casesebres2014-12-031-14/+12
* testSetupInstallRoot will be always skipped, because of "wrong" location of '...sebres2014-12-031-1/+1
* ENH: Tweak naming of getF2BLogger, and ensure consistent useSteven Hiscocks2014-06-101-2/+2
* ENH: Move traceback formatter to from tests.utils to helpersSteven Hiscocks2014-04-181-2/+1
* BF: Remove unused imports and variables.Steven Hiscocks2014-03-161-9/+8