networktocode / diffsync

A utility library for comparing and synchronizing different datasets.
https://diffsync.readthedocs.io/
Other
153 stars 27 forks source link

Automated adapter unit tests #235

Open Kircheneer opened 1 year ago

Kircheneer commented 1 year ago

Environment

Proposed Functionality

Provide a framework for the automation of adapter unit tests.

Use Case

It gets cumbersome to test updating of each attribute on a diffsync model manually for example, it would be great if we could find some pattern that makes this easier on the user.

Kircheneer commented 1 year ago

I gave this a brief looking into and I believe it will only be possible if we narrow down the scope and do this in https://github.com/nautobot/nautobot-plugin-ssot instead. I will leave this open for now in case other people have ideas.