aboutsummaryrefslogtreecommitdiffhomepage
path: root/test (follow)
AgeCommit message (Expand)AuthorLines
2022-05-06Make test suite handle /r in templates.bakpakin-4/+5
2022-02-10http: Implement chunked encoding both for reading and writingpaulsnar-14/+58
2022-02-10http: Hex-encode chunk lengthpaulsnar-0/+18
2021-11-11Fix `prop` schema combinator and add a testcase.Calvin Rose-0/+9
2021-11-11Add initial schema module.Calvin Rose-0/+26
2021-10-23Improve middleware for http.Calvin Rose-0/+7
2021-10-23Merge pull request #49 from pepe/discrete-testCalvin Rose-0/+19
2021-10-23Fix parsing of POST requests in HTTP moduleMichael Camilleri-14/+8
2021-10-18Add discrete test for each of the chunk typeJosef Pospíšil-0/+19
2021-10-14Add actual body size assertJosef Pospíšil-9/+12
2021-10-14Fix read body and add auto body read in requestJosef Pospíšil-0/+5
2021-10-04Add large body testJosef Pospíšil-0/+6
2021-10-04Fix reading request from connection in httpJosef Pospíšil-0/+8
2021-09-19Remove thread/new from test suite.Calvin Rose-53/+35
2021-09-19Add HTTP module.Calvin Rose-0/+49
2021-08-08CR @pepe: Use `next ds` for cycle (0 is not always the first position toZach Smith-0/+6
2021-08-07stream->generatorZach Smith-32/+32
2021-08-07Add streams moduleZach Smith-0/+70
2021-07-19Merge branch 'master' of github.com:janet-lang/sporkCalvin Rose-10/+19
2021-06-28Add suppress err, fixesJosef Pospíšil-0/+7
2021-06-27Fix varargs for capture-*, reflect in testsJosef Pospíšil-9/+8
2021-06-27Fix typo and add ev-utils.Calvin Rose-0/+15
2021-06-22Add capture-err macro, fix fmt testsJosef Pospíšil-4/+7
2021-03-31Add `temple/compile` functionZach Smith-0/+9
2021-02-28Add tests for netreplMichael Camilleri-0/+47
2021-02-28Fix inadventure capture of test outputMichael Camilleri-3/+3
2021-02-16Use relative path to spork/testMichael Camilleri-1/+1
2021-01-26Merge pull request #22 from pepe/add-templeCalvin Rose-0/+39
2021-01-23Use capture-stdoutMichael Camilleri-36/+43
2021-01-23Add formatting test for characters after :rootMichael Camilleri-1/+8
2021-01-23Improve spacing support in fmtMichael Camilleri-0/+11
2021-01-21Add templeJosef Pospíšil-0/+39
2021-01-18Add suppress-stdout testJosef Pospíšil-1/+9
2021-01-18Make tests uroboricalJosef Pospíšil-110/+72
2021-01-11Merge branch 'master' into timeit-setstarCalvin Rose-0/+3
2021-01-11Include set* and timeit in README. Remove debugging outputMike Beller-1/+0
2021-01-11Address #9 - fix sequence of groups.Calvin Rose-0/+1
2021-01-11Merge branch 'master' into range-tweaksCalvin Rose-2/+199
2021-01-10Working versions of misc/timeit and misc/set*Mike Beller-0/+44
2021-01-09Add path to spork.Calvin Rose-2/+56
2021-01-09Move argparse into spork.Calvin Rose-0/+92
2021-01-09Add more regex character classes.Calvin Rose-0/+8
2021-01-09Tweak some ranges in escapedchar2sogaiu-0/+3
2021-01-08Add regex module to spork.Calvin Rose-8/+24
2020-11-18Handle empty tuple.Calvin Rose-2/+7
2020-11-18Fix #7. Fix comment in final position inside structure.Calvin Rose-0/+13
2020-06-28Add msg and rpc test suiteJosef Pospíšil-0/+47
2020-06-25Start with the test suiteJosef Pospíšil-0/+63