network/pylint_extra_requirements.txt
Elvira García Ruiz c29a2bf708 Add Pytest integration tests
tests/integration/test_ethernet.py is a script capable of using the network
module without executing it from Ansible and using Pytest. The example test
sets an ip in a test interface. The changes in tox.ini adapt the testing to the
new script. The __init__.py files were added to allow python2.7 compatibility.

Signed-off-by: Elvira García Ruiz <elviragr@riseup.net>
2020-08-24 21:52:25 +02:00

5 lines
96 B
Text

# SPDX-License-Identifier: MIT
# Write extra requirements for running pylint here:
mock
pytest