We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2938a7d commit 346f892Copy full SHA for 346f892
1 file changed
tests/airos/test_wpasupplicant.py
@@ -1,12 +1,11 @@
1
import unittest
2
3
-from netjsonconfig.backends.airos.converters import *
4
from netjsonconfig.exceptions import ValidationError
5
6
-from .dummy import WpasupplicantAirOS
+from .dummy import WpasupplicantAirOS, ConverterTest
7
8
9
-class TestWpasupplicantConverter(unittest.TestCase):
+class TestWpasupplicantConverter(ConverterTest):
10
11
backend = WpasupplicantAirOS
12
0 commit comments