This commit is contained in:
Pieprzycki Piotr
2018-02-22 20:00:24 +01:00
parent 347d6a6603
commit 69c8c66652
6 changed files with 11 additions and 11 deletions

View File

@@ -15,7 +15,7 @@
import unittest
from napalm_vyos import vyos
from napalm_base.test.base import TestConfigNetworkDriver
from napalm.base.test.base import TestConfigNetworkDriver
class TestConfigVyOSDriver(unittest.TestCase, TestConfigNetworkDriver):

View File

@@ -2,10 +2,10 @@
from builtins import super
import pytest
from napalm_base.test import conftest as parent_conftest
from napalm.base.test import conftest as parent_conftest
from napalm_base.test.double import BaseTestDouble
from napalm_base.utils import py23_compat
from napalm.base.test.double import BaseTestDouble
from napalm.base.utils import py23_compat
from napalm_vyos import vyos

View File

@@ -1,6 +1,6 @@
"""Tests for getters."""
from napalm_base.test.getters import BaseTestGetters
from napalm.base.test.getters import BaseTestGetters
import pytest