testinggtk r172 - trunk/tests
- From: bjornl svn gnome org
- To: svn-commits-list gnome org
- Subject: testinggtk r172 - trunk/tests
- Date: Fri, 20 Jun 2008 23:36:16 +0000 (UTC)
Author: bjornl
Date: Fri Jun 20 23:36:15 2008
New Revision: 172
URL: http://svn.gnome.org/viewvc/testinggtk?rev=172&view=rev
Log:
Tests for the gtk.AccelGroup class
Added:
trunk/tests/test_accelgroup.py
Added: trunk/tests/test_accelgroup.py
==============================================================================
--- (empty file)
+++ trunk/tests/test_accelgroup.py Fri Jun 20 23:36:15 2008
@@ -0,0 +1,7 @@
+'''
+Tests for the ``gtk.AccelGroup`` class.
+'''
+import gtk
+
+def test_default_attributes():
+ ag = gtk.AccelGroup()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]