-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider using a single file-naming scheme and test grouping methodology #241
Comments
Indeed, there is no consistent mandated way to name test files. There's a few constraints you need to consider:
|
From #289;
For now, i'm recommending a simple two-directory layering structure;
|
Currently, while browsing the test repository, i find it difficult to navigate to tests i expect to exist, and/or not to exist, as the file naming scheme (and test grouping) seems to be all over the place.
I think it'll be worth it (for organisational purposes) to organise files and scope tests such that someone new coming into the repository can find their way and discover related tests better.
Some current complaints and notes are that some files seem to inherit sytest's vague naming scheme (
apidoc
,federation
, etc.), some simply document and test MSCs, and some restrict themselves to very narrow scopes (account_change_password_pushers_test.go
)The text was updated successfully, but these errors were encountered: