Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minimal python test coverage of content_scope fields | Bryan Newbold | 2021-11-17 | 1 | -0/+2 |
| | |||||
* | python tests: verify array sort order | Bryan Newbold | 2021-11-05 | 1 | -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 Newbold | 2021-11-02 | 1 | -13/+16 |
| | |||||
* | lint: simple, safe inline lint fixes | Bryan Newbold | 2021-11-02 | 1 | -1/+1 |
| | | | | '==' vs 'is'; 'not a in b' vs 'a not in b'; etc | ||||
* | temporary hack around filesets.manifest order instability | Bryan Newbold | 2021-11-02 | 1 | -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 changes | Bryan Newbold | 2021-10-13 | 1 | -1/+3 |
| | |||||
* | lint (flake8) python test files | Bryan Newbold | 2020-07-01 | 1 | -5/+1 |
| | |||||
* | refactor all python source for client lib name | Bryan Newbold | 2019-09-05 | 1 | -3/+3 |
| | |||||
* | hide abstracts and refs in release expansions | Bryan Newbold | 2019-05-20 | 1 | -0/+2 |
| | |||||
* | add release expand api tests | Bryan Newbold | 2019-05-20 | 1 | -0/+3 |
| | |||||
* | entity create edit_extra tests | Bryan Newbold | 2019-05-20 | 1 | -0/+4 |
| | |||||
* | python impl | Bryan Newbold | 2019-05-14 | 1 | -4/+4 |
| | |||||
* | python impl | Bryan Newbold | 2019-05-14 | 1 | -8/+8 |
| | |||||
* | python tests passing (release_stage, ext_ids) | Bryan Newbold | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | basic tests for entity deletion, fetch redirects | Bryan Newbold | 2019-05-07 | 1 | -0/+10 |
| | |||||
* | test basic entity revision GET | Bryan Newbold | 2019-05-07 | 1 | -0/+5 |
| | |||||
* | more per-entity tests | Bryan Newbold | 2019-01-22 | 1 | -24/+32 |
| | |||||
* | basic tests for filesets and webcaptures | Bryan Newbold | 2019-01-18 | 1 | -0/+71 |