Skip to content

0.4.1

Compare
Choose a tag to compare
@palkan palkan released this 04 Sep 11:51
· 42 commits to master since this release

Features

A failure message now also includes information about the database tables which have unmatched number of queries:

Expected to make the same number of queries, but got:
  3 for N=2
  4 for N=3
     
Unmatched query numbers by tables:
  users (SELECT): 2 != 3

Also, verbose output is moved to the end (so, we can clearly see the numbers first).

Fixes

Passing populate parameter to assert_perform_constant_number_of_queries never worked. Now it works 🙂