top | item 34829321

(no title)

jammycrisp | 3 years ago

Pytest has an equally deprecating option for a different "use case":

    disable_test_id_escaping_and_forfeit_all_rights_to_community_support = True

https://docs.pytest.org/en/6.2.x/parametrize.html#pytest-mar...

discuss

order

kelnos|3 years ago

I'd say not equally. The pytest one is basically "we get that your use case might be a little off our beaten path, and we want to allow you to be successful, but we aren't prepared to take on the support burden of it".

The minitest thing is "if you don't do things how we envision with our limited perspective, you are bad at programming".

djur|3 years ago

There is no reason to have order-dependent unit tests. It's good for test tools to do everything they can to keep you from having them.