[Checkins] SVN: grok/branches/jw-simpler-skin-registration/src/grok/tests/directive/ rename test module

Jan-Wijbrand Kolman janwijbrand at gmail.com
Mon Jul 28 15:43:55 EDT 2008


Log message for revision 88888:
  rename test module

Changed:
  D   grok/branches/jw-simpler-skin-registration/src/grok/tests/directive/directiveoninterface.py
  A   grok/branches/jw-simpler-skin-registration/src/grok/tests/directive/skindirective.py

-=-
Deleted: grok/branches/jw-simpler-skin-registration/src/grok/tests/directive/directiveoninterface.py
===================================================================
--- grok/branches/jw-simpler-skin-registration/src/grok/tests/directive/directiveoninterface.py	2008-07-28 19:42:20 UTC (rev 88887)
+++ grok/branches/jw-simpler-skin-registration/src/grok/tests/directive/directiveoninterface.py	2008-07-28 19:43:53 UTC (rev 88888)
@@ -1,8 +0,0 @@
-"""
-   >>> import grok
-   >>> import grok.tests.directive.directiveoninterface_fixture
-
-   >>> from grok.tests.directive.directiveoninterface_fixture import IIsInterface
-   >>> print grok.skin.bind().get(IIsInterface)
-   skin name
-"""

Copied: grok/branches/jw-simpler-skin-registration/src/grok/tests/directive/skindirective.py (from rev 88882, grok/branches/jw-simpler-skin-registration/src/grok/tests/directive/directiveoninterface.py)
===================================================================
--- grok/branches/jw-simpler-skin-registration/src/grok/tests/directive/skindirective.py	                        (rev 0)
+++ grok/branches/jw-simpler-skin-registration/src/grok/tests/directive/skindirective.py	2008-07-28 19:43:53 UTC (rev 88888)
@@ -0,0 +1,8 @@
+"""
+   >>> import grok
+   >>> import grok.tests.directive.directiveoninterface_fixture
+
+   >>> from grok.tests.directive.directiveoninterface_fixture import IIsInterface
+   >>> print grok.skin.bind().get(IIsInterface)
+   skin name
+"""



More information about the Checkins mailing list