Parent Directory
|
Revision Log
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 |