summaryrefslogtreecommitdiffstats
path: root/rust/tests/helpers.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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