aboutsummaryrefslogtreecommitdiffstats
path: root/rust/tests/helpers.rs
Commit message (Collapse)AuthorAgeFilesLines
* rename rust crate fatcat-api-spec -> fatcat-openapiBryan Newbold2019-09-051-3/+3
|
* rust: fix missing 'created' field test failureBryan Newbold2019-05-151-0/+1
|
* more old rust tests removedBryan Newbold2019-02-051-3/+1
|
* remove test client helperBryan Newbold2019-02-051-36/+0
|
* minimal crude rust tests for new endpointsBryan Newbold2019-01-111-1/+2
|
* implement since/before ordering for range requestsBryan Newbold2019-01-111-0/+1
|
* refactor editgroup creation in test_api_server_httpBryan Newbold2019-01-111-0/+18
|
* refactor: FatCatId -> FatcatIdBryan Newbold2019-01-091-5/+4
|
* fix a bunch of test issuesBryan Newbold2019-01-091-2/+6
| | | | | I previously was only running a single test locally; oops! CI caught them.
* revert pg_tmp parallel tests (for now)Bryan Newbold2019-01-091-2/+2
| | | | | I really want these to work, but even with jitter get frequent test failures, and CI is broken.
* huge refactor of rust modules/filesBryan Newbold2019-01-081-13/+8
| | | | | | Taking advantage of new Rust 2018 crate/module path changes, and re-organizing things. Somewhat optimistic this could help with partial rebuild speed also.
* crude admin auth in testsBryan Newbold2018-12-311-8/+47
|
* disable breaking CI testBryan Newbold2018-11-141-3/+0
| | | | | See commit comment for details; a problem with gitlab CI and setup() function, not the test in particular. Grump.
* rustfmtBryan Newbold2018-11-141-9/+5
|
* try slowing down rust tests to fix socket collisionBryan Newbold2018-11-131-0/+3
|
* fiddle with test helper functionsBryan Newbold2018-11-131-0/+60