Skip to content

Add way to create results without session

zyrthofar requested to merge 1-allow-results-without-session into master

This will be used when an expectation is added on a dynamic result, eg.

NewCollection(sess, "coll").WithResult(tt.allResult).ExpectAll(tt.allResultExpt)

with tt.allResult and tt.allResultExpt declared earlier in a table-driven test.

Closes #1 (closed)

Merge request reports