From d190169d0b0059b312ba9adad7011ecdff177188 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 5 Feb 2010 21:32:07 +0000 Subject: - Unit tests now run with nose. [ticket:127] --- test/sample_module_namespace.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/sample_module_namespace.py (limited to 'test/sample_module_namespace.py') diff --git a/test/sample_module_namespace.py b/test/sample_module_namespace.py new file mode 100644 index 0000000..084fe97 --- /dev/null +++ b/test/sample_module_namespace.py @@ -0,0 +1,7 @@ +def foo1(context): + context.write("this is foo1.") + return '' + +def foo2(context, x): + context.write("this is foo2, x is " + x) + return '' \ No newline at end of file -- cgit v1.2.3