summary refs log tree commit diff stats
path: root/tests/stdlib/tcgi.nim
Commit message (Collapse)AuthorAgeFilesLines
* stdlib tests now check refc too (#21664)ringabout2023-04-211-0/+4
| | | | | | | | | | | * stdlib tests now check refc too * typo * fixes line numbers * disable cpp * do not touch
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | * make more standard libraries work with `nimPreviewSlimSystem` * typo * part two * Delete specutils.nim * fixes more tests * more fixes * fixes tests * fixes three more tests * add formatfloat import * fix * last
* follow #15860 clean cgi module (#16487)flywind2020-12-271-21/+9
| | | | | * follow #15860 clean cgi module * follow #15860 clean cgi module
* make megatest consistent with unjoined tests wrt newlines, honor newlines in ↵Timothee Cour2020-11-281-0/+1
| | | | | | | output spec (#16151) * fix megatest newlines * still allow missing trailing newline for now but in a more strict way than before
* fixes #15369 (#15371)Andreas Rumpf2020-09-201-0/+14
|
* make tests/stdlib tests joinable (#14626)Timothee Cour2020-06-151-0/+6
| | | | | * make tests/stdlib tests joinable * fixup
* require errormsg to be specified before file.Arne Döring2018-12-111-6/+0
|
* Added cgi.readData. Add test for cgi module. (#9645)Constantine Molchanov2018-11-261-0/+23
Added cgi.readData. Add test for cgi module.