mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-03 13:58:47 +00:00
remove dead code
This commit is contained in:
parent
bb559deb5d
commit
13ff94b6b2
@ -40,9 +40,7 @@ class PluginIntegrationTests(TestCase):
|
|||||||
def test_plugin_loading(self):
|
def test_plugin_loading(self):
|
||||||
"""check if plugins load as expected"""
|
"""check if plugins load as expected"""
|
||||||
# plugin_names_barcode = [a().plugin_name() for a in load_barcode_plugins()] # TODO refactor barcode plugin to support standard loading
|
# plugin_names_barcode = [a().plugin_name() for a in load_barcode_plugins()] # TODO refactor barcode plugin to support standard loading
|
||||||
# plugin_names_action = [a().plugin_name() for a in load_action_plugins()] # TODO refactor action plugin to support standard loading
|
|
||||||
|
|
||||||
# self.assertEqual(plugin_names_action, '')
|
|
||||||
# self.assertEqual(plugin_names_barcode, '')
|
# self.assertEqual(plugin_names_barcode, '')
|
||||||
|
|
||||||
# TODO remove test once loading is moved
|
# TODO remove test once loading is moved
|
||||||
|
Loading…
x
Reference in New Issue
Block a user