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

Commit

Permalink
Insert comment on new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benbuckley committed Oct 18, 2014
1 parent 130bf1e commit c8446ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/freeseer/tests/frontend/talkeditor/test_talkeditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,6 @@ 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())

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

0 comments on commit c8446ae

Please sign in to comment.