[Liblas-commits] hg: Added more detail to the python tests

liblas-commits at liblas.org liblas-commits at liblas.org
Thu May 12 16:58:48 EDT 2011


details:   http://hg.liblas.orghg/rev/e5f99ed25421
changeset: 2940:e5f99ed25421
user:      Pete Gadomski <pete.gadomski at gmail.com>
date:      Thu May 12 13:58:41 2011 -0700
description:
Added more detail to the python tests

diffstat:

 python/tests/File.txt |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r b25d47aca584 -r e5f99ed25421 python/tests/File.txt
--- a/python/tests/File.txt	Thu May 12 13:46:32 2011 -0700
+++ b/python/tests/File.txt	Thu May 12 13:58:41 2011 -0700
@@ -1,8 +1,8 @@
   >>> from liblas import file
-  >>> file.File('notafile.las')
+  >>> file.File('notafile.las') #doctest: +IGNORE_EXCEPTION_DETAIL
   Traceback (most recent call last):
   ...
-  OSError: File junk.las can not be found
+  OSError: missing file
   
   >>> f = file.File('../test/data/TO_core_last_clip.las')
   


More information about the Liblas-commits mailing list