#1050 Add test for duplicate issue status inclusion
Merged 7 years ago by pingou. Opened 7 years ago by vivekanand1101.
vivekanand1101/pagure minor_issues  into  master

file modified
+1 -1
@@ -1001,7 +1001,7 @@ 

          statuses = pagure.lib.get_issue_statuses(self.session)

          self.assertEqual(

              sorted(statuses),

-             ['Fixed', 'Insufficient data', 'Invalid', 'Open'])

+             ['Duplicate', 'Fixed', 'Insufficient data', 'Invalid', 'Open'])

  

      def test_set_up_user(self):

          """ Test the set_up_user of pagure.lib. """

no initial comment

It's incomplete, pls don't merge now. The tests still gives errors which i, currently, don't know why :/

Tests are passing for me in this branch :)

@farhaan if only jenkins could give a fair view :-p

@pingou It wil ! It will the day is not far :smile:

rebased

7 years ago

Pull-Request has been merged by pingou

7 years ago
Metadata