aboutsummaryrefslogtreecommitdiffstats
path: root/rust/tests/test_old_python_tests.rs
Commit message (Collapse)AuthorAgeFilesLines
* rust impl required editgroup_idBryan Newbold2019-01-091-11/+11
|
* start removing active editgroup codeBryan Newbold2019-01-091-2/+0
|
* 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-3/+2
| | | | Only the basics to get things to compile/test again in this commit.
* squelch more test warningsBryan Newbold2019-01-081-0/+3
|
* rust fmtBryan Newbold2018-12-311-4/+1
|
* make editor_id optional when createding editgroupBryan Newbold2018-12-311-2/+5
| | | | The editor_id can be infered from auth metadata.
* crude admin auth in testsBryan Newbold2018-12-311-10/+18
|
* tests: disable client testsBryan Newbold2018-12-311-22/+23
| | | | | | | | | | | | 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.
* rust impl of API harmonizationBryan Newbold2018-12-241-3/+3
|
* new rustfmt (1.31)Bryan Newbold2018-12-141-14/+13
|
* skeleton out new schema featuresBryan Newbold2018-12-131-4/+8
|
* rustfmtBryan Newbold2018-12-131-1/+5
|
* implement hide flagBryan Newbold2018-11-261-2/+2
|
* implement new controlled vocabulariesBryan Newbold2018-11-141-4/+4
|
* disable breaking CI testBryan Newbold2018-11-141-0/+6
| | | | | See commit comment for details; a problem with gitlab CI and setup() function, not the test in particular. Grump.
* rustfmtBryan Newbold2018-11-141-45/+96
|
* another old python test (doesn't merge)Bryan Newbold2018-11-131-0/+83
|
* start porting old python testsBryan Newbold2018-11-131-0/+148