Files
ansible-netbox-inventory/pytest.ini
Bryan Joshua Pedini 362e71bff1 test: unit tests for config, filters, client and inventory building
pytest suite with mocked NetBox API responses, plus a makefile driving
venv setup, tests, linting and formatting.
2026-08-25 13:11:20 +02:00

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