mirror of
https://github.com/socialwifi/RouterOS-api.git
synced 2025-08-31 23:20:05 +02:00
Fix tests.
This commit is contained in:
parent
27d6fbb6fe
commit
8a7abe53f2
5 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
from unittest import TestCase
|
||||
|
||||
try:
|
||||
from unitetest import mock
|
||||
from unittest import mock
|
||||
except ImportError:
|
||||
import mock
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ from unittest import TestCase
|
|||
from routeros_api import exceptions
|
||||
|
||||
try:
|
||||
from unitetest import mock
|
||||
from unittest import mock
|
||||
except ImportError:
|
||||
import mock
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
try:
|
||||
from unitetest import mock
|
||||
from unittest import mock
|
||||
except ImportError:
|
||||
import mock
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
from unittest import TestCase
|
||||
|
||||
try:
|
||||
from unitetest import mock
|
||||
from unittest import mock
|
||||
except ImportError:
|
||||
import mock
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ import socket
|
|||
from unittest import TestCase
|
||||
|
||||
try:
|
||||
from unitetest import mock
|
||||
from unittest import mock
|
||||
except ImportError:
|
||||
import mock
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue