Improve view testing by getting rid of `assertInstanceEqual` overwriting
chadell opened this issue · 0 comments
chadell commented
Environment
- Nautobot version:
- nautobot-circuit-maintenance version: 0.5.0
Proposed Functionality
Testing of Model views is overwritting the assertInstanceEqual
due to an old limitation that maybe is no longer relevant.
Reference: https://github.com/nautobot/nautobot-plugin-circuit-maintenance/blob/develop/nautobot_circuit_maintenance/tests/test_views.py#L30
Use Case
Improve the testing, taking the assertInstanceEqual
into account.