Reuben Fletcher-Costin
Reuben Fletcher-Costin
To replicate: 1. set up the minimal scenario outline example as described here: http://lettuce.it/tutorial/scenario-outlines.html 2. run `lettuce --with-xunit --xunit-file=report.xml` 3. inspect `report.xml`. note that the `` element has `tests="15"` but...
while reviewing the code I noticed a minor issue with internal code structure, does not impact functionality of `wrench` tool: Currently, it is not clear which layer of the code...
Refactor responsibility of setting the migration table name Previously pkg/spanner Client API expected caller to explicitly pass in the migration table name, except when doing a truncate operation, where the...