~ubuntu-branches/debian/sid/guake/sid

« back to all changes in this revision

Viewing changes to src/tests/test_quit_edit.py

  • Committer: Package Import Robot
  • Author(s): Daniel Echeverry
  • Date: 2015-04-26 19:15:06 UTC
  • mfrom: (1.1.7)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: package-import@ubuntu.com-20150426191506-mo8037vk6pueer5b
Tags: upstream-0.7.0
ImportĀ upstreamĀ versionĀ 0.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
import guake
2
 
import unittest
3
 
 
4
 
 
5
 
class TestQuickEdit(unittest.TestCase):
6
 
 
7
 
    def testMatch(self):
8
 
        print guake
9
 
 
10
 
if __name__ == '__main__':
11
 
    unittest.main()