You've already forked ansible-netbox-inventory
pytest suite with mocked NetBox API responses, plus a makefile driving venv setup, tests, linting and formatting.
6 lines
129 B
INI
6 lines
129 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2026 Bryan Joshua Pedini
|
|
[pytest]
|
|
testpaths = tests
|
|
addopts = -ra -q
|