示例#1
0
 def test_nr_manual_ltcs_too_old_custom_filter_number(self):
     """ Tests that the function invokes correct custom jira filter number instead of the query. """
     backlog = JiraBacklog('url!', 'username!', 'password!', 'whatever!?', 'unimportant')
     self.assertEqual(-1, backlog.nr_manual_ltcs_too_old('1', 1))
示例#2
0
 def test_nr_manual_ltcs_too_old_custom(self):
     """ Tests that the function invokes correct custom jql query. """
     backlog = JiraBacklog('url!', 'username!', 'password!', 'project!', 'unimportant')
     self.assertEqual(-1, backlog.nr_manual_ltcs_too_old('1', 1))