X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/3455389e486e0bb1d8a8318cb5f266b7ec8964dd..6f6762dba05252f49db49f9a5086d264a8c04437:/tests/expression.py diff --git a/tests/expression.py b/tests/expression.py index e0c819b..3cd0c61 100644 --- a/tests/expression.py +++ b/tests/expression.py @@ -135,6 +135,8 @@ e = (1,).count(1) what_is_up_with_those_new_coord_names = (coord_names + set(vars_to_create)) + set(vars_to_remove) what_is_up_with_those_new_coord_names = (coord_names | set(vars_to_create)) - set(vars_to_remove) result = session.query(models.Customer.id).filter(models.Customer.account_id == account_id, models.Customer.email == email_address).order_by(models.Customer.id.asc(),).all() +Ø = set() +authors.łukasz.say_thanks() def gen(): yield from outside_of_generator @@ -340,6 +342,8 @@ result = session.query(models.Customer.id).filter( ).order_by( models.Customer.id.asc() ).all() +Ø = set() +authors.łukasz.say_thanks() def gen():