mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +00:00
PEP fix
This commit is contained in:
@ -1,5 +1,4 @@
|
|||||||
|
|
||||||
import imp
|
|
||||||
import json
|
import json
|
||||||
from test.support import EnvironmentVarGuard
|
from test.support import EnvironmentVarGuard
|
||||||
|
|
||||||
@ -485,6 +484,7 @@ class TestSettings(TestCase):
|
|||||||
self.env.set(TEST_ENV_NAME, '321')
|
self.env.set(TEST_ENV_NAME, '321')
|
||||||
self.assertEqual(config.get_setting(TEST_ENV_NAME, None), '321')
|
self.assertEqual(config.get_setting(TEST_ENV_NAME, None), '321')
|
||||||
|
|
||||||
|
|
||||||
class TestInstanceName(TestCase):
|
class TestInstanceName(TestCase):
|
||||||
"""
|
"""
|
||||||
Unit tests for instance name
|
Unit tests for instance name
|
||||||
|
Reference in New Issue
Block a user