eirki's comments

eirki | 3 years ago | on: Pytest Tips and Tricks

I absolutely agree about fixtures-as-arguments thing. Ward does this a lot better, using default values for the fixture factory. There's a long issue on ideas to implement something like that as a pytest plugin (https://github.com/pytest-dev/pytest/issues/3834), but it seems the resulting plugin relies on something of a hack.

eirki | 4 years ago | on: IPython 8.0

Also chiming in to say thanks for the good work! This looks like an amazing release - I practically jumped in excitement when I saw the fish style autocomplete.

eirki | 4 years ago | on: The Data Classes Decorator

I just wish I could disable the type coercion. E.g. 1 becomes "1" if the attribute is annotated str.

eirki | 4 years ago | on: The Decline of Django

I think the comparison between VS Code and Chrome is spot on. Monoculture in the text editor/IDE space is a very real risk right now.
page 1