summaryrefslogtreecommitdiffstats
path: root/tests/pytests (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests/pytests: ruff linter fixesAleš Mrázek2024-10-173-17/+14
* lint: pylint and flake8 removedAleš Mrázek2024-10-171-32/+0
* .gitlab-ci: use Arch for lintingOto Šťáva2024-06-041-2/+4
* tests/pytests/utils: handle SSLEOFErrorOto Šťáva2024-05-131-1/+1
* test/pytests/test_tls: remove resumption testOto Šťáva2024-05-131-47/+0
* tests/pytests: remove deprecated callsOto Šťáva2024-05-133-13/+8
* treewide: fix -Wstrict-prototypesVladimír Čunát2023-06-082-2/+2
* tests/pytests: adapt to new pylintOto Šťáva2023-06-072-2/+1
* tests/pytests: quality-of-life improvements and notesOto Šťáva2023-02-012-2/+25
* tests/pytests: adapt to stricter handling of trailing bytesVladimír Čunát2023-01-261-22/+10
* ede: add pytest coverageTomas Krizek2021-12-213-1/+28
* spellingJosh Soref2021-11-195-7/+7
* ci: fix pylint issuesTomas Krizek2021-10-273-6/+7
* tests/pytests: configure pylint to ignore consider-using-withTomas Krizek2021-08-301-0/+1
* tests/pytests: remove dead codeTomas Krizek2021-08-301-41/+0
* log: use log_level() lua APITomas Krizek2021-07-291-1/+1
* treewide: avoid using the deprecated verbose()Vladimír Čunát2021-07-291-1/+3
* lib/log: redesign startup and target selectionVladimír Čunát2021-07-291-1/+1
* log: fix CI testsLukáš Ježek2021-07-291-2/+2
* printf: use platform independent length modifiersTomas Krizek2021-07-072-1/+3
* ci: utilize test reportsVladimír Čunát2021-04-301-0/+2
* ci: pylint: fix raise-missing-from warning (W0707)Lukáš Ježek2020-09-162-4/+4
* remove more --forks=1 ocurrencesVladimír Čunát2020-07-151-1/+1
* pytests: fix tls session resumption testsTomas Krizek2020-07-141-0/+1
* treewide: machine readable license for all the restPetr Špaček2020-02-2521-1/+28
* tests/pytests: set a small cache sizeTomas Krizek2020-01-081-0/+3
* tests/pytests: create and collect html reportTomas Krizek2020-01-081-0/+2
* pytests: check minimum required gnutls versionTomas Krizek2019-04-051-0/+4
* trust_anchors: always load keyfile_defaultTomas Krizek2019-04-041-1/+1
* tests/integration: update kresd config for deckardTomas Krizek2019-04-041-0/+1
* pytests: omit verbose log for query flood testTomas Krizek2019-03-212-3/+25
* meson: tests/pytests/proxy - remove obsolete MakefileTomas Krizek2019-03-121-18/+0
* pytests/utils: fix lint issueTomas Krizek2019-03-121-2/+1
* gitlabci: fix lint:tidyTomas Krizek2019-03-121-2/+2
* meson: tests/pytests - fix PATHTomas Krizek2019-03-121-19/+18
* meson: use add_project_argumentsTomas Krizek2019-03-121-1/+0
* meson: use c_args instead of setting global compiler optionsTomas Krizek2019-03-121-1/+1
* meson: use sbin_dir variableTomas Krizek2019-03-121-1/+1
* meson: cleanupTomas Krizek2019-03-121-5/+6
* meson: tests - check for py3_depsTomas Krizek2019-03-121-11/+6
* meson: tests/pytests - add extra_tests build optionTomas Krizek2019-03-121-2/+17
* meson: tests/pytests - use PATH instead of *_EXEC varsTomas Krizek2019-03-123-21/+17
* meson: tests/pytests - run extended test suiteTomas Krizek2019-03-121-2/+22
* tests/pytests: fix deprecation warning with latest pytestTomas Krizek2019-03-121-1/+2
* meson: tests/pytests - run pytests successfullyTomas Krizek2019-03-121-1/+3
* tests/pytests: use KRESD_EXEC, TLSPROXY_EXEC env varsTomas Krizek2019-03-122-2/+4
* meson: tests/pytests - compile tls proxyTomas Krizek2019-03-123-8/+45
* pytests/tlsproxy: fix C warningsTomas Krizek2019-02-221-11/+6
* pytests/proxy: run test_rehandshake with TLS 1.3 as wellTomas Krizek2019-01-232-4/+21
* pytests/proxy: support for TLSv1.3 posthadshake reauthGrigorii Demidov2019-01-233-14/+150