Skip to content

Commit

Permalink
main function added
Browse files Browse the repository at this point in the history
added the main function for calling the unittest
  • Loading branch information
sambhavnoobcoder authored Jul 31, 2024
1 parent 901ac66 commit ca49a09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/autocommit_command_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,6 @@ def test_get_issue_details(self, mock_qgpt_api):
self.assertEqual(issue_number, 1)
self.assertEqual(issue_title, "issue1")
self.assertIn("Issue_number: 1", issue_markdown)

if __name__ == '__main__':
unittest.main()

0 comments on commit ca49a09

Please sign in to comment.