nautobot-app-golden-config
nautobot-app-golden-config copied to clipboard
Unit tests with `--keepdb` fail on second run
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
- Run
invoke unittest -k
twice