grnet / maas2netbox

Enrich NetBox from MaaS gathered information
GNU General Public License v3.0
22 stars 6 forks source link

Prepare a tox environment for unit tests #6

Closed skatsaounis closed 4 years ago

skatsaounis commented 4 years ago

At the moment maas2netbox does not have unit tests. This task comes with two sub-tasks:

  1. Create a tox testing environment with pytest
  2. Add unit tests for cli.py methods as a guide for upcoming unit tests for other python sub modules.