mirror of
https://github.com/napalm-automation-community/napalm-vyos.git
synced 2026-03-04 04:34:50 +00:00
unit tests, fix returned data
This commit is contained in:
11
test/unit/test_getters.py
Normal file
11
test/unit/test_getters.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""Tests for getters."""
|
||||
|
||||
from napalm_base.test.getters import BaseTestGetters
|
||||
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.mark.usefixtures("set_device_parameters")
|
||||
class TestGetter(BaseTestGetters):
|
||||
"""Test get_* methods."""
|
||||
Reference in New Issue
Block a user