nautobot / nautobot-app-ssot

Single Source of Truth for Nautobot
https://docs.nautobot.com/projects/ssot/en/latest/
Other
38 stars 41 forks source link

Add Documentation Around Testing for Integrations #535

Open jdrew82 opened 2 months ago

jdrew82 commented 2 months ago

Environment

Proposed Functionality

We need to add additional documentation around the requirements regarding unit tests and fixtures for adding integrations to project.

Use Case

In order to ensure that we're not required to have an external system to test against we need to ensure that all integrations that are added in the future have fixtures for ALL API calls and unittests confirming the functionality of the adapters and models.