Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ponty committed Feb 16, 2013
1 parent 37e3c2f commit 24ec582
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests/test_examples.py
@@ -0,0 +1,16 @@
from easyprocess import EasyProcess
from pyvirtualdisplay.display import Display
import logging
import time


log = logging.getLogger(__name__)


VISIBLE = 0


def test_screenshot3():
with Display(visible=VISIBLE):
with EasyProcess('python -m pyvirtualdisplay.examples.screenshot3'):
time.sleep(1)

0 comments on commit 24ec582

Please sign in to comment.