You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have test case names with test_invalid_...,test_fail_..., test_..._invalid, test_valid_..., test_..._valid... .etc. It would be nice if they were in the same format.
Proposal
Using prefix test_invalid_<DESCRIPTION> for the test case that is expected to fail, i.e., post-state does not exist.
Using simple test_<DESCRIPTION> for the test case that is expected to succeed, i.e., post-state exists.
The text was updated successfully, but these errors were encountered:
Issue
We currently have test case names with
test_invalid_...
,test_fail_...
,test_..._invalid
,test_valid_...
,test_..._valid
... .etc. It would be nice if they were in the same format.Proposal
test_invalid_<DESCRIPTION>
for the test case that is expected to fail, i.e., post-state does not exist.test_<DESCRIPTION>
for the test case that is expected to succeed, i.e., post-state exists.The text was updated successfully, but these errors were encountered: