nautobot-app-golden-config icon indicating copy to clipboard operation
nautobot-app-golden-config copied to clipboard

Unit tests with `--keepdb` fail on second run

Open gsnider2195 opened this issue 6 months ago • 0 comments

Environment

  • Python version: 3.11.6
  • Nautobot version: 2.0.4
  • nautobot-golden-config version: 2.1.1 (commit 4991993ac0ae966538e553ac8ee66d448c993fb1)

Expected Behavior

Unittests can be run multiple times with --keepdb with the same result

Observed Behavior

On subsequent test runs:

----------------------------------------------------------------------
Ran 212 tests in 101.250s

FAILED (failures=5, errors=103, skipped=5)

Steps to Reproduce

  1. Run invoke unittest -k twice

gsnider2195 avatar Aug 12 '24 18:08 gsnider2195