You've already forked ansible-netbox-inventory
pytest suite with mocked NetBox API responses, plus a makefile driving venv setup, tests, linting and formatting.
4 lines
167 B
Python
4 lines
167 B
Python
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2026 Bryan Joshua Pedini
|
|
"""Root conftest so that tests can import netbox_inventory from the repo root."""
|