You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cricket seems only to look for test*.py files, it would be nice to have the ability to discover like Python's unittest module discovers. The syntax would be like this:
Cricket seems only to look for
test*.py
files, it would be nice to have the ability to discover like Python's unittest module discovers. The syntax would be like this:$ cricket-unittest discover -s <directory> -p <pattern>
e.g.
$ cricket-unittest -m discover tests '*_tests.py'
The text was updated successfully, but these errors were encountered: