Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
tests: Remove the redundant code
Browse files Browse the repository at this point in the history
Signed-off-by: Sayan Chowdhury <[email protected]>
  • Loading branch information
sayanchowdhury committed Apr 2, 2018
1 parent 0bcb546 commit b6b651f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions tests/test_consumers.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,3 @@ def test_success_upload(self, upload):
urls=[url],
compose_id='Fedora-Cloud-27-20180317.0'
)

if __name__ == '__main__':
unittest.main()
3 changes: 0 additions & 3 deletions tests/test_uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,3 @@ def test_active_aws_with_images(self, ec2copy, ec2main):

self.assertIs(ec2main.called, True)
self.assertIs(ec2main.called, True)

if __name__ == '__main__':
unittest.main()
3 changes: 0 additions & 3 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,3 @@ def test_get_image_name_from_ami_name(self):
)

assert image_name == 'Fedora-Cloud-Base-26-20180329.0.x86_64-paravirtual-eu-west-1-gp2-0'

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

0 comments on commit b6b651f

Please sign in to comment.