beeware / cricket

A GUI tool for running Python test suites.
BSD 3-Clause "New" or "Revised" License
213 stars 69 forks source link

Missing cricket-pytest #78

Open lurch opened 5 years ago

lurch commented 5 years ago

According to the README, I should be able to do:

$ pip install cricket
$ cricket-pytest

however that doesn't work :-( Seems like it only installs the cricket-django and cricket-unittest commands. Is this because the version on PyPI is so old? (PyPI says it was last updated in June 2016) If so, consider this a request for an updated PyPI release :wink:

freakboy3742 commented 5 years ago

You're correct that the reason is that the version in master is not the version on PyPI.

The reason we haven't done a release is that the version in master doesn't yet work on all platforms; it involves a transition to use Toga (BeeWare's own widget toolkit), which isn't completely stable on Linux and Windows. We're holding off making a new release until it's stable on other platforms.

lurch commented 5 years ago

Haha, that's ironic given that I decided to try cricket after watching https://www.youtube.com/watch?v=yI7NYgP54sw :wink:

But of course it's entirely understandable, good luck with the transitioning :+1: