nautobot / pynautobot

Nautobot Python SDK
https://pynautobot.readthedocs.io/en/latest/index.html
Apache License 2.0
36 stars 32 forks source link

Added integration test that would close #102 #216

Open tsm1th opened 2 months ago

tsm1th commented 2 months ago

This integration test would close #102.

tsm1th commented 1 month ago

@jeffkala - I don't know if this is feasible or not. The CI pipeline keeps failing for reasons mentioned here. I could see this being an intermittent failure to the pipeline going forward with it's dependency on the celery worker. Thoughts?

jvanderaa commented 1 month ago

What if we moved them all to requests mock?

joewesch commented 1 month ago

What if we moved them all to requests mock?

I think you're thinking of a unit test. The request was for an integration test.