1 Open Issue Need Help Last updated: Feb 12, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This GitHub issue aims to implement comprehensive unit tests for the NAAS core functionality using pytest and fakeredis. The scope covers critical modules such as authentication, Netmiko integration, job queue logic, and API resources, with goals to achieve high code coverage, isolated testing, and fast execution by extensively mocking external dependencies like Redis, Netmiko, and RQ workers.

Complexity: 4/5
good first issue testing

Netmiko as a Service

Python