mirror of
https://github.com/gsi-upm/senpy
synced 2025-08-23 18:12:20 +00:00
UI improvements
* Add option to add multiple plugins * Improve UI hints for collapsed parameters * Refactored plugins without requirements * Hide evaluation tab for the moment. You can see it by adding "?evaluation" to the URL.
This commit is contained in:
@@ -36,7 +36,7 @@ class BlueprintsTest(TestCase):
|
||||
|
||||
def test_playground(self):
|
||||
resp = self.client.get("/")
|
||||
assert "main.js" in resp.data.decode()
|
||||
assert "main.js" in resp.get_data(as_text=True)
|
||||
|
||||
def test_home(self):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user