def test_formWritePath(self):
     """
     Ensure that bluefile.form_write_path does not throw an exception on a
     filename with no path.
     """
     try:
         bluefile.form_write_path('out')
     except AttributeError:
         self.fail('form_write_path raises an exception with no path')
Esempio n. 2
0
 def test_formWritePath (self):
     """
     Ensure that bluefile.form_write_path does not throw an exception on a
     filename with no path.
     """
     try:
         bluefile.form_write_path('out')
     except AttributeError:
         self.fail('form_write_path raises an exception with no path')