1
0
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:
J. Fernando Sánchez
2018-06-18 16:18:58 +02:00
parent 4675d9acf1
commit 83b23dbdf4
11 changed files with 251 additions and 121 deletions

View File

@@ -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):
"""