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 87cd321 commit fe9b4baCopy full SHA for fe9b4ba
utest/test/api/test_plugins.py
@@ -22,7 +22,7 @@ def setUpClass(cls):
22
def test_no_libraries(self):
23
for item in [None, "None", ""]:
24
sl = SeleniumLibrary(plugins=item)
25
- self.assertEqual(len(sl.get_keyword_names()), 173)
+ self.assertEqual(len(sl.get_keyword_names()), 174)
26
27
def test_parse_library(self):
28
plugin = "path.to.MyLibrary"
0 commit comments