/[escript]/trunk/pyvisi/test/python/test_pyvisi.py
ViewVC logotype

Annotation of /trunk/pyvisi/test/python/test_pyvisi.py

Parent Directory Parent Directory | Revision Log Revision Log


Revision 837 - (hide annotations)
Tue Sep 5 07:23:50 2006 UTC (16 years, 6 months ago) by jongui
File MIME type: text/x-python
File size: 255 byte(s)
added more epydocs and improved the way colors are specified in the driver.


1 gross 792 """
2     Test suite for the pyvisi
3     """
4 jongui 837 """
5 gross 792 import unittest
6     from pyvisi import *
7    
8     class Test_pyvisi(unittest.TestCase):
9     def test_camera(self):
10 jongui 822 c=Camera(self.scene)
11 gross 823 self.failUnless(abs(c.getPosition()[0])==0.,"wrong default camera position")
12 jongui 837 """

  ViewVC Help
Powered by ViewVC 1.1.26