Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make `ast_to_token_tree` infallible | Jonas Schievink | 2021-04-04 | 1 | -4/+4 |
| | | | | It could never return `None`, so reflect that in the return type | ||||
* | cfg: move tests to separate file | Jonas Schievink | 2020-10-23 | 1 | -0/+193 |
that way we don't have to re-check the entire project when a test is changed |