diff tests/test_factory.txt @ 32:b98cc94ffcfa

split IniFactory tests to their own file
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 07 Jun 2011 18:52:46 -0700
parents 11039ffec62a
children 418289c0fe3c
line wrap: on
line diff
--- a/tests/test_factory.txt	Tue Jun 07 07:31:05 2011 -0700
+++ b/tests/test_factory.txt	Tue Jun 07 18:52:46 2011 -0700
@@ -33,8 +33,3 @@
     >>> obj('foobar')
     'PRE:abfoor'
 
-Let's test the .ini factory::
-
-    >>> from pyloader.factory import IniFactory
-    >>> inifile = os.path.join(here, 'test.ini')
-    >>> inifactory = IniFactory(inifile)