Skip to content

Commit

Permalink
Update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed May 10, 2024
1 parent 6961460 commit adf67a0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ def test_filter_by_builtin(self):

for plugin in plugins:
self.assertTrue(plugin.is_builtin)

plugins = InvenTreePlugin.list(self.api, builtin=False)
self.assertGreater(len(plugins), 0)

for plugin in plugins:
self.assertFalse(plugin.is_builtin)

def test_filter_by_mixin(self):
"""Test that we can filter by 'mixin' attribute."""
Expand Down

0 comments on commit adf67a0

Please sign in to comment.