You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect the foobarbaz to cause a TypeError but it does not. This may cause confusion in case of a minor typo of a parameter leading to unexpected behaviour.
I haven't checked but likely this problem isn't specific to the Testplan class itself but might be due to the common configuration validation. It should be set up to raise an Exception if unrecognised parameters are passed.
The text was updated successfully, but these errors were encountered:
I noticed that adding complete garbage parameters to the Testplan class constructor does not cause an error. E.g.:
I would expect the
foobarbaz
to cause a TypeError but it does not. This may cause confusion in case of a minor typo of a parameter leading to unexpected behaviour.I haven't checked but likely this problem isn't specific to the Testplan class itself but might be due to the common configuration validation. It should be set up to raise an Exception if unrecognised parameters are passed.
The text was updated successfully, but these errors were encountered: