Search
7 results for “15r10nk”
-
inline-snapshot 0.33.0 is here 🎉 and introduces a new function called `snapshot_arg`, which lets you convert your function arguments into snapshots.
This allows you to write elegant test adapters that help simplify your tests.
You will find more details and examples in the docs.
https://15r10nk.github.io/inline-snapshot/latest/snapshot_arg/
-
inline-snapshot 0.33.0 is here 🎉 and introduces a new function called `snapshot_arg`, which lets you convert your function arguments into snapshots.
This allows you to write elegant test adapters that help simplify your tests.
You will find more details and examples in the docs.
https://15r10nk.github.io/inline-snapshot/latest/snapshot_arg/
-
inline-snapshot 0.33.0 is here 🎉 and introduces a new function called `snapshot_arg`, which lets you convert your function arguments into snapshots.
This allows you to write elegant test adapters that help simplify your tests.
You will find more details and examples in the docs.
https://15r10nk.github.io/inline-snapshot/latest/snapshot_arg/
-
inline-snapshot 0.22.0 got a new config option. You can skip the updates for now. But if you skip them, please let me know why. I need this information because want to improve the way inline-snapshot generates code in the future.
https://github.com/15r10nk/inline-snapshot/releases/tag/0.22.0 -
I started using pysource-codegen (https://github.com/15r10nk/pysource-codegen) to generate arbitrary but valid Python code to fuzz #Griffe. Great tool!
-
I have published a "best practices" document in #Griffe's docs:
https://mkdocstrings.github.io/griffe/best_practices/
It says:
- avoid member-submodule name shadowing (the issue described above ☝️)
- avoid wildcard imports
- prefer canonical imports (we recommend @15r10nk's canonical-import tool!)These recommendations are given from a "static analysis" and "public API" point of view.
I'll gradually add more of these 🙂