Skip to content
This repository has been archived by the owner on May 28, 2022. It is now read-only.

Commit

Permalink
Remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
benbuckley committed Oct 21, 2014
1 parent 11ee607 commit 6c3c107
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/freeseer/tests/frontend/talkeditor/test_talkeditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,12 @@ def test_help_menu_about(self):
# Click "Close"
QtTest.QTest.mouseClick(self.talk_editor.aboutDialog.closeButton, Qt.Qt.LeftButton)
self.assertFalse(self.talk_editor.aboutDialog.isVisible())

def test_click_talk(self):
self.assertTrue(True)
assert True

def test_click_add_talk(self):
self.assertTrue(True)
assert True

def test_show_save_prompt(self):
self.assertTrue(True)

# The tests for my new functions will probably go somewhere here.
# Note to self: delete this comment later.
assert True

0 comments on commit 6c3c107

Please sign in to comment.