-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add more test parameterisation #36
Labels
Comments
... which would have prevented copy/paste errors like #34 (comment) ;-) |
This was referenced Dec 19, 2017
Merged
The infrastructure was already added in #42, so this is now a moderately easy task, of re-applying the same approaches used there. |
can you assign me here? |
assigned to @seeeturtle Make sure to get your other PR merged soon. |
seeeturtle
added a commit
to seeeturtle/username-availability-checker
that referenced
this issue
Dec 23, 2017
This will remove duplicated logic and put into a function for each test. Closes manu-chroma#36
seeeturtle
added a commit
to seeeturtle/username-availability-checker
that referenced
this issue
Dec 24, 2017
This will remove duplicated logic and put into a function for each test. Closes manu-chroma#36
seeeturtle
added a commit
to seeeturtle/username-availability-checker
that referenced
this issue
Dec 25, 2017
This will remove duplicated logic and put into a function for each test. Closes manu-chroma#36
seeeturtle
added a commit
to seeeturtle/username-availability-checker
that referenced
this issue
Dec 25, 2017
This will remove duplicated logic and put into a function for each test. Closes manu-chroma#36
seeeturtle
added a commit
to seeeturtle/username-availability-checker
that referenced
this issue
Dec 25, 2017
This will remove duplicated logic and put into a function for each test. Closes manu-chroma#36
seeeturtle
added a commit
to seeeturtle/username-availability-checker
that referenced
this issue
Dec 25, 2017
This will remove duplicated logic and put into a function for each test. Closes manu-chroma#36
manu-chroma
pushed a commit
that referenced
this issue
Dec 26, 2017
This will remove duplicated logic and put into a function for each test. Closes #36
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#32 added pytest , however the test module still has lots of duplicated logic.
There are many advanced pytest data plugins which allow more data parameterisation that the core pytest plugins.
Implement one which removes the duplication in the test module.
The text was updated successfully, but these errors were encountered: