Merge pull request #3367 from brianmaissy/feature/indicative_error_for_parametrize_with_default_argument

added indicative error when parametrizing an argument with a default …
This commit is contained in:
Bruno Oliveira
2018-04-23 11:04:36 -03:00
committed by GitHub
4 changed files with 33 additions and 7 deletions

1
changelog/3221.feature Normal file
View File

@@ -0,0 +1 @@
Added a more indicative error message when parametrizing a function whose argument takes a default value.