testinggtk r197 - trunk/tests



Author: bjornl
Date: Sat Jun 21 16:14:09 2008
New Revision: 197
URL: http://svn.gnome.org/viewvc/testinggtk?rev=197&view=rev

Log:
Explain test_wrapper_complete tests

Modified:
   trunk/tests/__init__.py

Modified: trunk/tests/__init__.py
==============================================================================
--- trunk/tests/__init__.py	(original)
+++ trunk/tests/__init__.py	Sat Jun 21 16:14:09 2008
@@ -38,6 +38,10 @@
 test_set_get_$someattr
   Exercises setting and getting the attribute $someattr.
 
+test_wrapper_complete
+  Ensures that a module, class or instance has all the required
+  attributes.
+
 Standard rules for writing unit test applies. Each test should be
 self-contained, should not depend on any other test being run and
 should clean up after itself. 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]