Chore
* chore: use &39;toml&39; instead of &39;rtoml&39;
&39;rtoml&39; is faster and more robust, but harder to get working in CI
environments because it requires rust to be installed. Since this
package is meant to be used for testing, I don&39;t want to add that
hurdle. ([`fa96633`](https://github.com/kalekundert/parametrize_from_file/commit/fa966333f3022966106793effaf41c646602ac02))
* chore: install flit when running tests ([`204d7db`](https://github.com/kalekundert/parametrize_from_file/commit/204d7db510969b4f4f91dd7c2c80f2228aa72b70))
* chore: fix whitespace error ([`cdc7fdf`](https://github.com/kalekundert/parametrize_from_file/commit/cdc7fdfb7063ea01269e4e15729a1e107181e5b9))
Fix
* fix: use a functools.wrap() signature compatible with python<=3.8 ([`2e2b60d`](https://github.com/kalekundert/parametrize_from_file/commit/2e2b60dce4083a3b98d77f1fe067b0a0baaad89b))
* fix: avoid using walrus operator ([`3775077`](https://github.com/kalekundert/parametrize_from_file/commit/37750776baaf6783edb2f279127ffdcc1dafb167))
Unknown
* initial implementation and testing ([`61fd2aa`](https://github.com/kalekundert/parametrize_from_file/commit/61fd2aaaa32a266e3f78f39c0f41429eda28c115))
* initial commit ([`cae9460`](https://github.com/kalekundert/parametrize_from_file/commit/cae94609ffad2762b1729cc37bb89fd2157ef8b3))