You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Over the years, most ppl request adding features to decouple.
I think the API is quite mature and fits well it's purpose.
However 2 areas could be improved:
An easy way to add new Repositories, so you can work with whatever data source you want. It could be either a complex file structure or a remote repository.
An easy way to aggregate useful casts for different frameworks or projects.
My idea is to implement pytest's pluggy into decouple do enable this.
I don't know when I'll be able to code a POC, but I'll leave this issue as a request for comments.