1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-08-23 10:02:21 +00:00

Improved message when no plugins are found

This commit is contained in:
J. Fernando Sánchez
2015-02-24 07:37:51 +01:00
parent d1006bbc92
commit ae09f609c2
3 changed files with 7 additions and 6 deletions

View File

@@ -75,6 +75,7 @@ class ExtensionsTest(TestCase):
resp = self.senpy.analyse(input="tupni")
logging.debug("Response: {}".format(resp))
assert resp["status"] == 404
def test_filtering(self):
""" Filtering plugins """