-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add CI * fix * fixes * constraint python * Fix mypy * add some basic tests * pre-commit * use parametrized fixtures * fix if / else var assignment lookup * add support for ast.IfExp * raise ValueError on chained comparison * delete test.py * enable nested_if_else_expr * add readme * add two if statement test * use pytest as pixi test command * move debug logging to test * Use pytest.raises Co-authored-by: Pavel Zwerschke <[email protected]> * spelling Co-authored-by: Pavel Zwerschke <[email protected]> * Moved to #5 * reset readme * add warlus_expr xfail test * add signum_no_default test * use NodeTransformer to Inline Expr * split decorator --------- Co-authored-by: Pavel Zwerschke <[email protected]>
- Loading branch information
Showing
6 changed files
with
338 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,5 @@ | |
pixi.lock | ||
|
||
__pycache__ | ||
|
||
.hypothesis/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.