Richard Jones

Results 8 comments of Richard Jones

Sorry, I missed @v-chojas comment somehow. The "gone horribly wrong" is actually not all that unexpected or horrible: the error can happen if the cursor close is attempted but the...

Thanks for the response! Our use case is that we have a legacy database schema that we have to run our tests over (not a complete database, just the schema)....

The --keepdb option is only part of the solution (it prevents teardown of the database *after* the tests) - Django will still attempt to perform migrations *before* the tets without...

This is something I've just run into also! We have scenario outlines with: Then I get the price $ And then in other scenarios (not outlines) we have: Then I...

Thanks! I just noticed that the last entry in the weightings table is incorrect also, listing a weight of 8 instead of the correct 16.

So I sense you're leaning towards "the test is correct"? :-)

Similarly the version-2 test case request/body/matches with regex with bracket notation.json also has a string element expression, which again isn't mentioned as valid in the spec "All path elements are...