wntrblm / nox

Flexible test automation for Python
https://nox.thea.codes
Apache License 2.0
1.3k stars 149 forks source link

fix: warn user when first argument to session.run is a list #786

Closed stefanv closed 6 months ago

stefanv commented 6 months ago

They probably meant to unpack the list.

Closes https://github.com/wntrblm/nox/issues/746

stefanv commented 6 months ago

Thank you @henryiii and @cjolowicz