improvments

This commit is contained in:
FoxMaSk
2016-05-15 15:22:46 +02:00
parent 07f6057421
commit 4ad230a83e
2 changed files with 61 additions and 31 deletions

View File

@@ -75,6 +75,7 @@ class TestWallabag(unittest.TestCase):
params = {'title': 'I change the title',
'archive': 0,
'tags': ["bimbo", "pipo"],
'order': 'asc',
'star': 0,
'delete': 0}
self.assertTrue(isinstance(entry, int), True)