On 24.06.2022 04:06, Justin Pryzby wrote:
I finally discovered what it is that "nose" does without arguments.

It's skipping executable files - running "nosetests --exe" runs all the tests.

Is it deliberate to skip the others by default ?

Not sure. Anyway, nose is totally outdated. Use pytest or unittest from the standard lib to run the tests, e.g. "python -m unittest discover".

-- Christoph



_______________________________________________
PyGreSQL mailing list
PyGreSQL@Vex.Net
https://mail.vex.net/mailman/listinfo/pygresql

Reply via email to