Skip to content

v0.3.0

Compare
Choose a tag to compare
@Somtom Somtom released this 03 Nov 07:43
· 79 commits to main since this release
2e03512

Full Changelog: v0.2.0...v0.3.0

Added

  • Now you can also pass a query to the table_meta. The query_path will overwrite a query 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 a query 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.