DeepLcom / sql-mock

A Python library to test your SQL models using mocked input data
MIT License
33 stars 5 forks source link

Added functionality to pass the query_path via the table_meta decorator #11

Closed Somtom closed 10 months ago

Somtom commented 11 months ago

Problem

Right now you need to pass the query with each from_mocks call. This is very verbose and repetitive.

What changed