Use assert shutil.which("example")
for testing entrypoint script existence
#52
Labels
enhancement
New feature or request
Currently, the example demonstrate using the package's
shell
command to verify the existence of an entrypoint script.Another way to perform the verification would be
shutil.which
, which is a platform-independent implementation ofwhere
(Windows) andwhich
(Unix/Linux/macOS). Example:The text was updated successfully, but these errors were encountered: