~tribaal/txaws/xss-hardening

« back to all changes in this revision

Viewing changes to txaws/client/gui/tests/test_gtk.py

  • Committer: Duncan McGreggor
  • Date: 2009-11-22 02:20:42 UTC
  • mto: (44.3.2 484858-s3-scripts)
  • mto: This revision was merged to the branch mainline in revision 52.
  • Revision ID: duncan@canonical.com-20091122022042-4zi231hxni1z53xd
* Updated the LICENSE file with copyright information.
* Updated the README with license information.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
from twisted.trial.unittest import TestCase
5
5
 
6
6
 
7
 
class UITestCase(TestCase):
 
7
class UITests(TestCase):
8
8
 
9
9
    pass
10
10
    # Really need some, but UI testing hurts my brain.
 
11