separate config file to pyproject.toml
#279
-
|
Can one set inline-snapshot config in its own configuration file? We are using inline-snapshot in https://github.com/prefix-dev/pixi, but we have no (other?) need for a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Currently not. And I would like to keep it this way. I already got the request to use pytest.ini to store the config. But I also plan to support unittest without pytest in the future. Having only one place where you can configure inline-snapshot makes it clear for everyone where he has to look for the config. I'm not completely against a inline-snapshot.toml but I would be happy if it works without one. |
Beta Was this translation helpful? Give feedback.
Currently not. And I would like to keep it this way. I already got the request to use pytest.ini to store the config. But I also plan to support unittest without pytest in the future.
Having only one place where you can configure inline-snapshot makes it clear for everyone where he has to look for the config.
I'm not completely against a inline-snapshot.toml but I would be happy if it works without one.