aboutsummaryrefslogtreecommitdiff
path: root/test (follow)
AgeCommit message (Collapse)AuthorLines
2023-04-10janet: improve query handling, add part-appendingChloe Kudryavtsev-0/+25
also tests
2023-04-05meta: add tests for slurp and spitChloe Kudryavtsev-0/+22
2023-04-03test: test json apiChloe Kudryavtsev-0/+14
2023-03-29tests: add test for oauthChloe Kudryavtsev-0/+14
2023-03-28meta: all the testsChloe Kudryavtsev-0/+235
ok not all the tests just testing the high level api the other top level things would be: 02-request and 01-native probably to be done native mostly useful for regression testing and seeing what went wrong where for example, if the high level api is what broke, and not request or if it was the native stuff that broke, and not anything else etc