gleb-sevruk / pycrunch-engine

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

Q: no nose(tests) support is planned, correct? #27

Closed yarikoptic closed 1 year ago

yarikoptic commented 3 years ago

I know that nose is slowly going away, but we still use it in some projects, so I just wondered.

gleb-sevruk commented 3 years ago

Yeah.

I don't think I can invest time into it.

But you can try writing plugin for it, that should be pretty straightforward: https://github.com/gleb-sevruk/pycrunch-engine/tree/master/pycrunch/plugins

This may be as simple as running pytest.main but for nose

gleb-sevruk commented 1 year ago

Not planned officially for now