Exemple #1
0
 def setUp(self):
     tasker.create_tables(test_cursor, test_connection)
     tasker.tasker_add(
         test_cursor, test_connection, {
             'beginning': 'tasker',
             'command': 'add',
             'note': 'gogakal',
             'tags': ['ronyal', 'iskal', 'is kal']
         })
     tasker.tasker_add(
         test_cursor, test_connection, {
             'beginning': 'tasker',
             'command': 'add',
             'note': 'kak je tak',
             'tags': ['iskal', 'o kale']
         })
     tasker.tasker_add(
         test_cursor, test_connection, {
             'beginning': 'tasker',
             'command': 'add',
             'note': 'vesma kal',
             'tags': ['ronyal', 'iskal', 'is kal', 'o kale']
         })
     tasker.tasker_add(
         test_cursor, test_connection, {
             'beginning': 'tasker',
             'command': 'add',
             'note': 'pichal',
             'tags': ['ronyal']
         })
Exemple #2
0
 def setUp(self):
     tasker.create_tables(test_cursor, test_connection)
     tasker.tasker_add(
         test_cursor, test_connection, {
             'beginning': 'tasker',
             'command': 'add',
             'note': 'gogakal',
             'tags': ['ronyal']
         })
Exemple #3
0
 def setUp(self):
     tasker.create_tables(test_cursor, test_connection)
     tasker.tasker_add(
         test_cursor, test_connection, {
             'beginning': 'tasker',
             'command': 'add',
             'note': 'gogakal',
             'hashtag': 1,
             'tags': ['ronyal', 'iskal'],
             'IDs': []
         })
     tasker.tasker_add(
         test_cursor, test_connection, {
             'beginning': 'tasker',
             'command': 'add',
             'note': 'kak je tak',
             'hashtag': 1,
             'tags': ['iskal'],
             'IDs': []
         })
Exemple #4
0
 def setUp(self):
     tasker.create_tables(test_cursor, test_connection)