aboutsummaryrefslogtreecommitdiffstats
path: root/rust/tests/test_api_server_client.rs
Commit message (Collapse)AuthorAgeFilesLines
* huge refactor of rust modules/filesBryan Newbold2019-01-081-5/+0
| | | | | | Taking advantage of new Rust 2018 crate/module path changes, and re-organizing things. Somewhat optimistic this could help with partial rebuild speed also.
* rust 2018 edition!Bryan Newbold2019-01-081-2/+1
| | | | Only the basics to get things to compile/test again in this commit.
* squelch more test warningsBryan Newbold2019-01-081-1/+2
|
* crude admin auth in testsBryan Newbold2018-12-311-2/+2
|
* tests: disable client testsBryan Newbold2018-12-311-1/+2
| | | | | | | | | | | | But un-comments a bunch of code (and fixes type bugs with that). Something about calling iron::http() has broken, such that the call blocks. I thought it might be a port thing, but doesn't seem like it. Presumably this is what was causing problems with the "old_python_tests" second test previously. For now, just disabling; these integration-level tests best done from python anyways.
* rustfmtBryan Newbold2018-11-141-4/+3
|
* remove neadless second basic api client testBryan Newbold2018-11-131-10/+0
|
* fiddle with test helper functionsBryan Newbold2018-11-131-24/+7
|
* start using client in some testsBryan Newbold2018-11-131-0/+57