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
There is no way to specify that an optional parameter is not supplied. This can change the test results.
For instance, a view `/songs/' might have an optional parameter 'genre'. If songs are found with that genre, then they are listed, otherwise all songs are listed. If no songs have the given genre, a 404 is returned. If oatts picks a random genre name, this most often results in a 404, which gives a false negative.
The text was updated successfully, but these errors were encountered:
This commit brings the functionality requested in issue google#13 for in-line examples.
It also adds some test cases for both in-line and custom null values.
There is no way to specify that an optional parameter is not supplied. This can change the test results.
For instance, a view `/songs/' might have an optional parameter 'genre'. If songs are found with that genre, then they are listed, otherwise all songs are listed. If no songs have the given genre, a 404 is returned. If oatts picks a random genre name, this most often results in a 404, which gives a false negative.
The text was updated successfully, but these errors were encountered: