updated test example

This commit is contained in:
Corey Goldberg 2012-11-19 07:23:59 -05:00
parent c2f4fd2003
commit 895f55174b
2 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,7 @@ In the X Window System, Xvfb or X virtual framebuffer is an X11 server that perf
class TestHomepages(unittest.TestCase):
def setUp(self):
self.vdisplay = Xvfb(width=1280, height=720)
self.vdisplay.start()

View File

@ -7,6 +7,7 @@ import unittest
class TestHomepages(unittest.TestCase):
def setUp(self):
self.vdisplay = Xvfb(width=1280, height=720)
self.vdisplay.start()