/[thuban]/branches/WIP-pyshapelib-bramz/test/support.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/test/support.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1839 by bh, Tue Oct 21 09:58:51 2003 UTC revision 2642 by bh, Fri Jul 1 20:49:04 2005 UTC
# Line 1  Line 1 
1  # Copyright (c) 2002, 2003 by Intevation GmbH  # Copyright (c) 2002, 2003, 2004, 2005 by Intevation GmbH
2  # Authors:  # Authors:
3  # Bernhard Herzog <[email protected]>  # Bernhard Herzog <[email protected]>
4  #  #
# Line 58  def initthuban(): Line 58  def initthuban():
58              pass              pass
59          add_thuban_dir_to_path()          add_thuban_dir_to_path()
60          import thubaninit          import thubaninit
61    
62            # Install a dummy translation function so that importing
63            # Thuban.UI doesn't install a wx specific one for which would
64            # need to import wxPython
65            import Thuban
66            Thuban.install_translation_function(lambda s: s)
67    
68            # For the time being the default encoding in the test suite is
69            # latin 1.  This is mostly for historical reasons.  Other
70            # encodings can be specified as an argument for runtests.py.
71            Thuban.set_internal_encoding("latin-1")
72    
73          _initthuban_done = 1          _initthuban_done = 1
74    
75    
# Line 261  class FileLoadTestCase(unittest.TestCase Line 273  class FileLoadTestCase(unittest.TestCase
273      def filename(self):      def filename(self):
274          """Return the name of the test file to use.          """Return the name of the test file to use.
275    
276          The default implementation simply calls self.volatile_file_name          The default implementation simply calls self.temp_file_name with
277          with a basename derived from the class name by stripping off a          a basename derived from the class name by stripping off a
278          leading 'test_' and appending self.file_extension.          leading 'test_' and appending self.file_extension.
279          """          """
280          name = self.__class__.__name__          name = self.__class__.__name__

Legend:
Removed from v.1839  
changed lines
  Added in v.2642

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26