Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | huge refactor of rust modules/files | Bryan Newbold | 2019-01-08 | 1 | -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 Newbold | 2019-01-08 | 1 | -2/+1 |
| | | | | Only the basics to get things to compile/test again in this commit. | ||||
* | squelch more test warnings | Bryan Newbold | 2019-01-08 | 1 | -1/+2 |
| | |||||
* | crude admin auth in tests | Bryan Newbold | 2018-12-31 | 1 | -2/+2 |
| | |||||
* | tests: disable client tests | Bryan Newbold | 2018-12-31 | 1 | -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. | ||||
* | rustfmt | Bryan Newbold | 2018-11-14 | 1 | -4/+3 |
| | |||||
* | remove neadless second basic api client test | Bryan Newbold | 2018-11-13 | 1 | -10/+0 |
| | |||||
* | fiddle with test helper functions | Bryan Newbold | 2018-11-13 | 1 | -24/+7 |
| | |||||
* | start using client in some tests | Bryan Newbold | 2018-11-13 | 1 | -0/+57 |