mirror of
https://github.com/napalm-automation-community/napalm-vyos.git
synced 2026-02-28 19:04:50 +00:00
12 lines
212 B
Python
12 lines
212 B
Python
"""Tests for getters."""
|
|
|
|
from napalm.base.test.getters import BaseTestGetters
|
|
|
|
|
|
import pytest
|
|
|
|
|
|
@pytest.mark.usefixtures("set_device_parameters")
|
|
class TestGetter(BaseTestGetters):
|
|
"""Test get_* methods."""
|