Skip to content

Commit

Permalink
few fixes to initial set of test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkala committed Sep 13, 2024
1 parent 68b7fbb commit 6d87d25
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions changes/2.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add initial set of unittest.
1 change: 1 addition & 0 deletions nautobot_plugin_nornir/tests/fixtures.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Fixtures for reusable test code."""

from nautobot.dcim.models import Device, DeviceType, Manufacturer, Platform, LocationType, Location
from nautobot.extras.models.roles import ContentType, Role
from nautobot.extras.models.statuses import Status
Expand Down
1 change: 1 addition & 0 deletions nautobot_plugin_nornir/tests/test_credentials_env_vars.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Unit Tests for NautobotORM Inventory with Environment Vars."""

import os
from unittest import mock
from django.test import TestCase
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Unit Tests for NautobotORM Inventory with Nautobot Secrets Feature."""

import os
from unittest import mock
from django.test import TestCase
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Unit Tests for NautobotORM Inventory with Settings Vars."""

from unittest import mock
from django.test import TestCase
from nornir import InitNornir
Expand Down

0 comments on commit 6d87d25

Please sign in to comment.