Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
titi committed Mar 3, 2011
1 parent 62f2519 commit fb2a47a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_all.py
Expand Up @@ -11,6 +11,9 @@
sudo apt-get install python-setuptools
sudo easy_install PyVirtualDisplay
to start:
nosetests -v
'''

from nose.tools import eq_
Expand Down Expand Up @@ -79,8 +82,8 @@ def test_move(self):
finally:
disp.stop()

#this fails with current version
def test_event(self):
'''this fails with current version'''
for size in screen_sizes:
try:
disp = Display(visible=VISIBLE, size=size).start()
Expand Down

0 comments on commit fb2a47a

Please sign in to comment.