v0.3.0
Full Changelog: v0.2.0...v0.3.0
Added
- Now you can also pass a
query
to thetable_meta
. Thequery_path
will overwrite aquery
in case both are provided by @Somtom in #13 - New method
assert_cte_equal
that allows to check the output of a specific CTE in the query you want to test. by @Somtom in #13 - Added documentation page by @Somtom in #14
Changed
- The
_get_results
method now accepts aquery
instead of needing to load the query within the method. In case you created custom Mock Table classes, you need to take this into account.