aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/api_filesets.py
Commit message (Collapse)AuthorAgeFilesLines
* minimal python test coverage of content_scope fieldsBryan Newbold2021-11-171-0/+2
|
* python tests: verify array sort orderBryan Newbold2021-11-051-6/+2
| | | | | | | In a couple cases (eg, filesets), had made tests agnostic to sort order, because the sort order was not stable. In other cases, simply small cleanups and comment improvements.
* fmt (black): tests/Bryan Newbold2021-11-021-13/+16
|
* lint: simple, safe inline lint fixesBryan Newbold2021-11-021-1/+1
| | | | '==' vs 'is'; 'not a in b' vs 'a not in b'; etc
* temporary hack around filesets.manifest order instabilityBryan Newbold2021-11-021-3/+4
| | | | | | May need some change in fatcatd or schema? This isn't a new issue, that part of schema has been around for a long time, just getting detected now with these tests.
* python: test coverage of rust schema changesBryan Newbold2021-10-131-1/+3
|
* lint (flake8) python test filesBryan Newbold2020-07-011-5/+1
|
* refactor all python source for client lib nameBryan Newbold2019-09-051-3/+3
|
* hide abstracts and refs in release expansionsBryan Newbold2019-05-201-0/+2
|
* add release expand api testsBryan Newbold2019-05-201-0/+3
|
* entity create edit_extra testsBryan Newbold2019-05-201-0/+4
|
* python implBryan Newbold2019-05-141-4/+4
|
* python implBryan Newbold2019-05-141-8/+8
|
* python tests passing (release_stage, ext_ids)Bryan Newbold2019-05-131-1/+1
|
* basic tests for entity deletion, fetch redirectsBryan Newbold2019-05-071-0/+10
|
* test basic entity revision GETBryan Newbold2019-05-071-0/+5
|
* more per-entity testsBryan Newbold2019-01-221-24/+32
|
* basic tests for filesets and webcapturesBryan Newbold2019-01-181-0/+71