summary refs log tree commit diff stats
path: root/tests/async/tasyncssl.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes CI; disable SSL tests on osx for now (#22304)ringabout2023-07-221-0/+1
| | | | | * test CI * disable osx
* make proc names consistent (#18626)flywind2021-08-011-1/+1
| | | | | * rename `endswith` to `endsWith` * rename
* use doAssert in tests (#16486)flywind2020-12-281-2/+2
|
* fix #14320 (tasyncawait.nim is recently very flaky) + avoid hardcoding ↵Timothee Cour2020-05-131-13/+17
| | | | | | | service ports everywhere + flakyAssert (#14327) * hotfix #14320 tasyncawait.nim is recently very flaky * fix #14327 * add flakyAssert
* require errormsg to be specified before file.Arne Döring2018-12-111-1/+0
|
* updated tests to be executedArne Döring2018-11-231-0/+5
|
* make run the default action of a test in testerArne Döring2018-11-231-2/+0
|
* Disable tasyncssl on Windows to fix CIDominik Picheta2018-11-131-0/+1
| | | Workarounds #9689
* WIP: disallow 'nil' for strings and seqsAndreas Rumpf2018-08-131-2/+2
|
* update path to SSL certificatescheatfate2016-09-071-2/+2
|
* Removed tests with `asyncio`.cheatfate2016-09-071-0/+66
Fix ssl connection drop in asyncnet Add tasyncssl test