When pytest is used on the tests, it fails on scripts_tests test_version (help & simulate), where it should have skipped them.
According to https://pytest.org/latest/nose.html it supports __test__ attribute on modules/classes/functions . It doesnt mention supporting methods.