-
Notifications
You must be signed in to change notification settings - Fork 1
Test save user refactor #11
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomerskind/I&CCode, Infrastructure, Tests, everything that is not feature related, but more code relatedCode, Infrastructure, Tests, everything that is not feature related, but more code relatedsize/ST-shit size for tasks that take less than a dayT-shit size for tasks that take less than a daytype/enhancementNew feature or improvement that doesn't add value to final userNew feature or improvement that doesn't add value to final user
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerskind/I&CCode, Infrastructure, Tests, everything that is not feature related, but more code relatedCode, Infrastructure, Tests, everything that is not feature related, but more code relatedsize/ST-shit size for tasks that take less than a dayT-shit size for tasks that take less than a daytype/enhancementNew feature or improvement that doesn't add value to final userNew feature or improvement that doesn't add value to final user
Currently the test for
save_useris testing things one after another instead of using parametrize. The idea of this ticket is to refactor the test to use parametrize.