Chris Lamb <la...@debian.org> wrote: > Hi Edward, > > > Description: progress bar for py.test > > Plugin to improve the look and feel of the py.test Python testing > > framework. > > . > > A progress bar is displayed while tests are running and test failures are > > shown immediately. > > > > Do you think this is okay? > > Sounds good, assuming the package contains only a progress bar. It > sounds like it contains more (or at least plans to) based on the name > so it raises an eyebrow here.
You're right pytest-sugar makes other changes so the output is more flashy. I've added some more detail to the description. Description: a different output style for py.test with a progress bar Plugin to improve the look and feel of the py.test Python testing framework. . Changes the py.test output to show a green tick for each passing test and a red cross for test failures. A progress bar is displayed on the right of the console. . Test failures are shown immediately. -- Edward.