DeepLcom / sql-mock

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

Use meta class instead of decorator #10

Closed Somtom closed 1 year ago

Somtom commented 1 year ago

Problem

Our current approach of storing metadata on the BaseMockTable class creates potential conflicts with column / field names of the models that we want to test.

What changed

What to look for