changeset 63:590cd2fedcc1 pytave-tests

Changelog
author David Grundberg <individ@acc.umu.se>
date Mon, 08 Jun 2009 20:59:19 +0200
parents 8135e840ef0e
children 37fd244f015e 1ec3256de226
files ChangeLog test/test.py
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Jun 08 20:53:58 2009 +0200
+++ b/ChangeLog	Mon Jun 08 20:59:19 2009 +0200
@@ -1,3 +1,8 @@
+2009-06-08  David Grundberg  <individ@acc.umu.se>
+
+	* test/test.py: New tests for pytave.globals and pytave.locals.
+	(testsetget, testexception): Call fail() instead of print.
+
 2009-06-03  Jaroslav Hajek  <highegg@gmail.com>
 
 	* pytave.cc (delvar): New function.
--- a/test/test.py	Mon Jun 08 20:53:58 2009 +0200
+++ b/test/test.py	Mon Jun 08 20:59:19 2009 +0200
@@ -302,7 +302,6 @@
 	del pytave.globals["globalvariable"]
 testexception(KeyError, lambda: func())
 
-
 # Emacs
 #	Local Variables:
 #	fill-column:70