-
Notifications
You must be signed in to change notification settings - Fork 1
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
🚚(backend) split users test file to improve readability #598
Conversation
@qbey lint-git is required. Did you go into settings and allow force merge for 573 ? I guess you did because last people workflow was this one : https://github.com/numerique-gouv/people/actions/runs/12142853242 where lint-git fails |
@mjeammet yes, I think I had to ignore the lint-git and force the merge |
I've tried to rebase on main and git seems very confused
|
"test_api_users" was a single test file of 900+ lines. We used gitfilesplit to split it into several shorter files for readability.
f0e63bf
to
38369a8
Compare
Purpose
"test_api_users" was a single test file of 900+ lines.
We used gitfilesplit to split it into several shorter files
for readability.
Proposal
Description...