gleb-sevruk / pycrunch-engine

NCrunch inspired tool for continuous testing Python
https://pycrunch.com
Other
57 stars 8 forks source link

Support of pyproject.toml #81

Open stefaneidelloth opened 1 year ago

stefaneidelloth commented 1 year ago

Instead of using an extra configuration file .pycrunch-config.yaml in the project root, I would prefer using pyproject.toml in by back_end folder. My pyproject.toml includes settings for pytest, pylint, ...

=> Does pycrunch-engine support pyproject.toml?

project_root
 back_end    ( using python)
  pyproject.toml 
 front_end   ( using java script)
 .pycrunch-config.yaml 
gleb-sevruk commented 1 year ago

That is currently not supported, but it might be a good idea.

Not sure though that every python project uses pyproject.toml